#AA7857

Color #AA7857 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #AA7857

Tints of Medium Wood #AA7857

Color information

#AA7857 (or 0xAA7857) is unknown color: approx Medium Wood. HEX triplet: AA, 78 and 57. RGB value is (170,120,87). Sum of RGB (Red+Green+Blue) = 170+120+87=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7857 is #5587A8. Grayscale: #838383. Windows color (decimal): -5605289 or 5732522. OLE color: 5732522.

HSL color Cylindrical-coordinate representation of color #AA7857: hue angle of 23.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7857 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17012087-
CMYK00.290.490.33
HSL23.86º32.81%50.39%-
HSV(B)23.86º48.82%66.67%-
XYZ25.0122.6712.07-
YUV131.19103.06155.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=45.09%
G=31.83%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701208700.290.490.3323.8632.8150.39
HexAA785701D3121182132
Octal2521701270356141304162
Binary101010101111000101011101110111000110000111000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7857; }

 p { color: rgb(170,120,87); }

 H1.HeaderClassName
 {
   color: #AA7857;
 }
 .AnyTagClassName
 {
   color: #AA7857;
 }
</style>
background-color css

<style>
 a { background-color: #AA7857; }

 a { background-color: rgb(170,120,87); }

 div.DivClassName
 {
   background-color: #AA7857;
 }
 .BgClassName
 {
   background-color: #AA7857;
 }
</style>
border-color css

<style>
 span { border-color: #AA7857; }

 span { border-color: rgb(170,120,87); }

 td.TdClassName
 {
   border-color: #AA7857;
 }
 .TagClassName
 {
   border-color: #AA7857;
 }
</style>