#AA8785

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

Shades of Thatch #AA8785

Tints of Thatch #AA8785

Color information

#AA8785 (or 0xAA8785) is unknown color: approx Thatch. HEX triplet: AA, 87 and 85. RGB value is (170,135,133). Sum of RGB (Red+Green+Blue) = 170+135+133=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8785 is #55787A. Grayscale: #919191. Windows color (decimal): -5601403 or 8751018. OLE color: 8751018.

HSL color Cylindrical-coordinate representation of color #AA8785: hue angle of 3.24º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA8785 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB170135133-
CMYK00.210.220.33
HSL3.24º17.87%59.41%-
HSV(B)3.24º21.76%66.67%-
XYZ29.4827.5725.96-
YUV145.24121.1145.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=38.81%
G=30.82%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013513300.210.220.333.2417.8759.41
HexAA878501516213123b
Octal252207205025264132273
Binary101010101000011110000101010101101101000011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8785; }

 p { color: rgb(170,135,133); }

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

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

 a { background-color: rgb(170,135,133); }

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

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

 span { border-color: rgb(170,135,133); }

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