Html Css Color HEX #AC8988 Thatch

📋 copy color: '#AC8988'

red 172 ◦ green 137 ◦ blue 136

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

Shades of Thatch #AC8988

Tints of Thatch #AC8988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.79%

 BLUE value IS 136 (53.52% from 255) = 30.56%

R = 38.65%
G = 30.79%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AC8988 (or 0xAC8988) is known color: Thatch. HEX triplet: AC, 89 and 88. RGB value is (172,137,136). Sum of RGB (Red+Green+Blue) = 172+137+136=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8988 is #537677. Grayscale: #939393. Windows color (decimal): -5469816 or 8948140. OLE color: 8948140.

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

Color convert

RGB 172 137 136 -
CMYK 0 0.20 0.21 0.33
HSL 1.67º 0.18% 0.6% -
HSV(B) 1.67º 0.21% 0.67% -
XYZ 30.4 28.44 27.18 -
YUV 147.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 172 137 136 0 0.20 0.21 0.33 1.67 0.18 0.6
Hex AC 89 88 0 14 15 21 2 12 3C
Octal 254 211 210 0 24 25 41 2 22 74
Binary 10101100 10001001 10001000 0 10100 10101 100001 10 10010 111100

Color Harmonies of #AC8988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8988

Black with #AC8988

Text Example


Text Example

White with #AC8988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8988; }

 p { color: rgb(172,137,136); }

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

background-color css

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

 a { background-color: rgb(172,137,136); }

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

border-color css

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

 span { border-color: rgb(172,137,136); }

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