#AC908E

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

Shades of Thatch #AC908E

Tints of Thatch #AC908E

Color information

#AC908E (or 0xAC908E) is unknown color: approx Thatch. HEX triplet: AC, 90 and 8E. RGB value is (172,144,142). Sum of RGB (Red+Green+Blue) = 172+144+142=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC908E is #536F71. Grayscale: #989898. Windows color (decimal): -5468018 or 9343148. OLE color: 9343148.

HSL color Cylindrical-coordinate representation of color #AC908E: hue angle of 4º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC908E is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB172144142-
CMYK00.160.170.33
HSL15.31%61.57%-
HSV(B)17.44%67.45%-
XYZ31.8730.6729.83-
YUV152.14122.28142.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=37.55%
G=31.44%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214414200.160.170.33415.3161.57
HexAC908E01011214f3e
Octal254220216020214141776
Binary101011001001000010001110010000100011000011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC908E; }

 p { color: rgb(172,144,142); }

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

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

 a { background-color: rgb(172,144,142); }

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

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

 span { border-color: rgb(172,144,142); }

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