Html Css Color HEX #AC8A87 Thatch

📋 copy color: '#AC8A87'

red 172 ◦ green 138 ◦ blue 135

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

Shades of Thatch #AC8A87

Tints of Thatch #AC8A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.01%

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

R = 38.65%
G = 31.01%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC8A87 (or 0xAC8A87) is known color: Thatch. HEX triplet: AC, 8A and 87. RGB value is (172,138,135). Sum of RGB (Red+Green+Blue) = 172+138+135=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A87 is #537578. Grayscale: #939393. Windows color (decimal): -5469561 or 8882860. OLE color: 8882860.

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

Color convert

RGB 172 138 135 -
CMYK 0 0.20 0.22 0.33
HSL 4.86º 0.18% 0.6% -
HSV(B) 4.86º 0.22% 0.67% -
XYZ 30.47 28.7 26.85 -
YUV 147.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 172 138 135 0 0.20 0.22 0.33 4.86 0.18 0.6
Hex AC 8A 87 0 14 16 21 5 12 3C
Octal 254 212 207 0 24 26 41 5 22 74
Binary 10101100 10001010 10000111 0 10100 10110 100001 101 10010 111100

Color Harmonies of #AC8A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A87

Black with #AC8A87

Text Example


Text Example

White with #AC8A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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