Html Css Color HEX #AC9994 Thatch

📋 copy color: '#AC9994'

red 172 ◦ green 153 ◦ blue 148

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

Shades of Thatch #AC9994

Tints of Thatch #AC9994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.35%

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

R = 36.36%
G = 32.35%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC9994 (or 0xAC9994) is known color: Thatch. HEX triplet: AC, 99 and 94. RGB value is (172,153,148). Sum of RGB (Red+Green+Blue) = 172+153+148=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9994 is #53666B. Grayscale: #9E9E9E. Windows color (decimal): -5465708 or 9738668. OLE color: 9738668.

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

Color convert

RGB 172 153 148 -
CMYK 0 0.11 0.14 0.33
HSL 12.5º 0.13% 0.63% -
HSV(B) 12.5º 0.14% 0.67% -
XYZ 33.75 33.69 32.74 -
YUV 158.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 172 153 148 0 0.11 0.14 0.33 12.5 0.13 0.63
Hex AC 99 94 0 B E 21 C D 3F
Octal 254 231 224 0 13 16 41 14 15 77
Binary 10101100 10011001 10010100 0 1011 1110 100001 1100 1101 111111

Color Harmonies of #AC9994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9994

Black with #AC9994

Text Example


Text Example

White with #AC9994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9994; }

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

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

background-color css

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

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

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

border-color css

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

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

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