#AA8C85

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

Shades of Thatch #AA8C85

Tints of Thatch #AA8C85

Color information

#AA8C85 (or 0xAA8C85) is unknown color: approx Thatch. HEX triplet: AA, 8C and 85. RGB value is (170,140,133). Sum of RGB (Red+Green+Blue) = 170+140+133=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8C85 is #55737A. Grayscale: #949494. Windows color (decimal): -5600123 or 8752298. OLE color: 8752298.

HSL color Cylindrical-coordinate representation of color #AA8C85: hue angle of 11.35º 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 #AA8C85 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB170140133-
CMYK00.180.220.33
HSL11.35º17.87%59.41%-
HSV(B)11.35º21.76%66.67%-
XYZ30.192926.2-
YUV148.17119.44143.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 140 (55.08% from 255) = 31.60%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=38.37%
G=31.60%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014013300.180.220.3311.3517.8759.41
HexAA8C850121621b123b
Octal2522142050222641132273
Binary10101010100011001000010101001010110100001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C85; }

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

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

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

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

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

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

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

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