Html Css Color HEX #AC8D84 Thatch

📋 copy color: '#AC8D84'

red 172 ◦ green 141 ◦ blue 132

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

Shades of Thatch #AC8D84

Tints of Thatch #AC8D84

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.69%

 BLUE value IS 132 (51.95% from 255) = 29.66%

R = 38.65%
G = 31.69%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC8D84 (or 0xAC8D84) is known color: Thatch. HEX triplet: AC, 8D and 84. RGB value is (172,141,132). Sum of RGB (Red+Green+Blue) = 172+141+132=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D84 is #53727B. Grayscale: #959595. Windows color (decimal): -5468796 or 8687020. OLE color: 8687020.

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

Color convert

RGB 172 141 132 -
CMYK 0 0.18 0.23 0.33
HSL 13.5º 0.19% 0.6% -
HSV(B) 13.5º 0.23% 0.67% -
XYZ 30.7 29.49 25.9 -
YUV 149.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 172 141 132 0 0.18 0.23 0.33 13.5 0.19 0.6
Hex AC 8D 84 0 12 17 21 E 13 3C
Octal 254 215 204 0 22 27 41 16 23 74
Binary 10101100 10001101 10000100 0 10010 10111 100001 1110 10011 111100

Color Harmonies of #AC8D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D84

Black with #AC8D84

Text Example


Text Example

White with #AC8D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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