#AA785C

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

Shades of Medium Wood #AA785C

Tints of Medium Wood #AA785C

Color information

#AA785C (or 0xAA785C) is unknown color: approx Medium Wood. HEX triplet: AA, 78 and 5C. RGB value is (170,120,92). Sum of RGB (Red+Green+Blue) = 170+120+92=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA785C is #5587A3. Grayscale: #838383. Windows color (decimal): -5605284 or 6060202. OLE color: 6060202.

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

Color convert

RGB17012092-
CMYK00.290.460.33
HSL21.54º31.45%51.37%-
HSV(B)21.54º45.88%66.67%-
XYZ25.2322.7513.19-
YUV131.76105.56155.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 92 (36.33% from 255) = 24.08%
R=44.50%
G=31.41%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701209200.290.460.3321.5431.4551.37
HexAA785C01D2E21161f33
Octal2521701340355641263763
Binary10101010111100010111000111011011101000011011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA785C; }

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

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

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

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

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

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

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

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