Html Css Color HEX #AC8E87 Thatch

📋 copy color: '#AC8E87'

red 172 ◦ green 142 ◦ blue 135

#AC8E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch #AC8E87

Tints of Thatch #AC8E87

RGB

 RED value IS 172 (67.58% from 255) = 38.31%

 GREEN value IS 142 (55.86% from 255) = 31.63%

 BLUE value IS 135 (53.13% from 255) = 30.07%

R = 38.31%
G = 31.63%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC8E87 (or 0xAC8E87) is known color: Thatch. HEX triplet: AC, 8E and 87. RGB value is (172,142,135). Sum of RGB (Red+Green+Blue) = 172+142+135=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8E87 is #537178. Grayscale: #969696. Windows color (decimal): -5468537 or 8883884. OLE color: 8883884.

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

Color convert

RGB 172 142 135 -
CMYK 0 0.17 0.22 0.33
HSL 11.35º 0.18% 0.6% -
HSV(B) 11.35º 0.22% 0.67% -
XYZ 31.06 29.87 27.05 -
YUV 150.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 172 142 135 0 0.17 0.22 0.33 11.35 0.18 0.6
Hex AC 8E 87 0 11 16 21 B 12 3C
Octal 254 216 207 0 21 26 41 13 22 74
Binary 10101100 10001110 10000111 0 10001 10110 100001 1011 10010 111100

Color Harmonies of #AC8E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8E87

Black with #AC8E87

Text Example


Text Example

White with #AC8E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8E87; }

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

 H1.HeaderClassName
 {
   color: #AC8E87;
 }
 .AnyTagClassName
 {
   color: #AC8E87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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