Html Css Color HEX #AC8C88 Thatch

📋 copy color: '#AC8C88'

red 172 ◦ green 140 ◦ blue 136

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

Shades of Thatch #AC8C88

Tints of Thatch #AC8C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.25%

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

R = 38.39%
G = 31.25%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AC8C88 (or 0xAC8C88) is known color: Thatch. HEX triplet: AC, 8C and 88. RGB value is (172,140,136). Sum of RGB (Red+Green+Blue) = 172+140+136=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8C88 is #537377. Grayscale: #959595. Windows color (decimal): -5469048 or 8948908. OLE color: 8948908.

HSL color Cylindrical-coordinate representation of color #AC8C88: hue angle of 6.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 #AC8C88 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 140 136 -
CMYK 0 0.19 0.21 0.33
HSL 6.67º 0.18% 0.6% -
HSV(B) 6.67º 0.21% 0.67% -
XYZ 30.84 29.3 27.32 -
YUV 149.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 172 140 136 0 0.19 0.21 0.33 6.67 0.18 0.6
Hex AC 8C 88 0 13 15 21 7 12 3C
Octal 254 214 210 0 23 25 41 7 22 74
Binary 10101100 10001100 10001000 0 10011 10101 100001 111 10010 111100

Color Harmonies of #AC8C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C88

Black with #AC8C88

Text Example


Text Example

White with #AC8C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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