COLOR #A07553

HEX: #A07553
RGB: (160,117,83)

Color info

#A07553 contains mainly red and green colors. Web safe color of #A07553 is #996666 (or #966).

RGB color model

#A07553 color RGB value is (160,117,83).

  • red value is 160;
  • green value is 117;
  • blue value is 83.
RGB: (160,117,83) (63%,46%,33%)

RGB channels and saturation

R 160 of 255 = 63%
G 117 of 255 = 46%
B 83 of 255 = 33%

160
117
83

R + G + B ~ 47%. #A07553 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 117 + 83 = 360 (100%)
R 160 of 360 ~ 44.44%
G 117 of 360 ~ 32.5%
B 83 of 360 ~ 23.06%

%44.44
%32.5
%23.06

CMYK color model

#A07553 color CMYK value is (0,27,48,37).

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 48.13%
  • key color value is 37.25%
CMYK: (0,27,48,37) C0M27Y48K37 (0%,27%,48%,37%) (0.00/0.27/0.48/0.37)

CMYK percentages

%0
%26.88
%48.13
%37.25

Codes

Color #A07553 in popluar color models

A07553
RGB16011783
HSL26°31.69%47.65%
HSB/HSV26°48.13%62.75%
CMYK0.00%26.88%48.13%
37.25%

Color #A07553 in popluar number systems.

HEXA07553
Decimal16011783
Binary1010000011101011010011
Octal240165123

Shades and tints

Shades of #A07553

#A07553
(160,117,83)
#926B4C
(146,107,76)
#846145
(132,97,69)
#76573E
(118,87,62)
#684D37
(104,77,55)
#5A4330
(90,67,48)
#4C3929
(76,57,41)
#3E2F22
(62,47,34)
#30251B
(48,37,27)
#221B14
(34,27,20)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #A07553

#A07553
(160,117,83)
#A88162
(168,129,98)
#B08D71
(176,141,113)
#B89980
(184,153,128)
#C0A58F
(192,165,143)
#C8B19E
(200,177,158)
#D0BDAD
(208,189,173)
#D8C9BC
(216,201,188)
#E0D5CB
(224,213,203)
#E8E1DA
(232,225,218)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07553 color. Also use rgb(160,117,83) instead hex code.

Text Font Color

.myTextColor { color: #A07553; }

<p style="color:#A07553">This sample text font color is #A07553.</p>

This text font color is #A07553.


Background Color

.myBgColor { background-color: #A07553; }

<div style="background-color:#A07553">Inner text</div>

This div background color is #A07553.


Border color

.myBorderColor { border: 1px solid #A07553; }

<div style="border:3px solid #A07553">Div</div>

This div border color is #A07553.


Opacity

.myOpacity80 { color: #A07553; opacity: 0.8; }

<p style="color:#A07553;opacity:0.8;">80%</p>

Text with #A07553 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A07553;}

<p style="text-shadow: 3px 3px 1px #A07553">Text here.</p>

This text has shadow with #A07553 color.

.textShadow {text-shadow: 3px 3px 1px #A07553, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A07553, 5px 5px 20px red">Text here.</p>

This text has shadow with #A07553 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A07553, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A07553, Direction=45, Strength=4)">Text</p>

This text has shadow with #A07553 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #A07553; -webkit-box-shadow:	1px 1px 3px 2px #A07553; box-shadow:	1px 1px 3px 2px #A07553; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A07553; -webkit-box-shadow: 1px 1px 3px 2px #A07553; box-shadow:1px 1px 3px 2px #A07553;">
Div content here</div>
This div box has shadow with color #A07553.

Preview

Color preview on black background

This text has color #A07553 on black background.


Color preview on white background

This text has color #A07553 on white background.



Black color preview on #A07553 background

This text has black color on #A07553 background.


White color preview on #A07553 background

This text has white color on #A07553 background.