#AC8885

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

Shades of Thatch #AC8885

Tints of Thatch #AC8885

Color information

#AC8885 (or 0xAC8885) is unknown color: approx Thatch. HEX triplet: AC, 88 and 85. RGB value is (172,136,133). Sum of RGB (Red+Green+Blue) = 172+136+133=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8885 is #53777A. Grayscale: #929292. Windows color (decimal): -5470075 or 8751276. OLE color: 8751276.

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

Color convert

RGB172136133-
CMYK00.210.230.33
HSL4.62º19.02%59.8%-
HSV(B)4.62º22.67%67.45%-
XYZ30.0528.0726.02-
YUV146.42120.43146.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=39.00%
G=30.84%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213613300.210.230.334.6219.0259.8
HexAC888501517215133c
Octal254210205025274152374
Binary1010110010001000100001010101011011110000110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8885; }

 p { color: rgb(172,136,133); }

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

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

 a { background-color: rgb(172,136,133); }

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

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

 span { border-color: rgb(172,136,133); }

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