#AC908D

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

Shades of Thatch #AC908D

Tints of Thatch #AC908D

Color information

#AC908D (or 0xAC908D) is unknown color: approx Thatch. HEX triplet: AC, 90 and 8D. RGB value is (172,144,141). Sum of RGB (Red+Green+Blue) = 172+144+141=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC908D is #536F72. Grayscale: #989898. Windows color (decimal): -5468019 or 9277612. OLE color: 9277612.

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

Color convert

RGB172144141-
CMYK00.160.180.33
HSL5.81º15.74%61.37%-
HSV(B)5.81º18.02%67.45%-
XYZ31.7930.6429.44-
YUV152.03121.78142.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 144 (56.64% from 255) = 31.51%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=37.64%
G=31.51%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214414100.160.180.335.8115.7461.37
HexAC908D01012216103d
Octal254220215020224162075
Binary1010110010010000100011010100001001010000111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC908D; }

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

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

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

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

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

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

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

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