Html Css Color HEX #AC9894 Thatch

📋 copy color: '#AC9894'

red 172 ◦ green 152 ◦ blue 148

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

Shades of Thatch #AC9894

Tints of Thatch #AC9894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.2%

 BLUE value IS 148 (58.2% from 255) = 31.36%

R = 36.44%
G = 32.2%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC9894 (or 0xAC9894) is known color: Thatch. HEX triplet: AC, 98 and 94. RGB value is (172,152,148). Sum of RGB (Red+Green+Blue) = 172+152+148=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9894 is #53676B. Grayscale: #9D9D9D. Windows color (decimal): -5465964 or 9738412. OLE color: 9738412.

HSL color Cylindrical-coordinate representation of color #AC9894: hue angle of 10º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC9894 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 152 148 -
CMYK 0 0.12 0.14 0.33
HSL 10º 0.13% 0.63% -
HSV(B) 10º 0.14% 0.67% -
XYZ 33.59 33.37 32.69 -
YUV 157.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 172 152 148 0 0.12 0.14 0.33 10 0.13 0.63
Hex AC 98 94 0 C E 21 A D 3F
Octal 254 230 224 0 14 16 41 12 15 77
Binary 10101100 10011000 10010100 0 1100 1110 100001 1010 1101 111111

Color Harmonies of #AC9894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9894

Black with #AC9894

Text Example


Text Example

White with #AC9894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9894; }

 p { color: rgb(172,152,148); }

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

background-color css

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

 a { background-color: rgb(172,152,148); }

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

border-color css

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

 span { border-color: rgb(172,152,148); }

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