Html Css Color HEX #AC9794 Thatch

📋 copy color: '#AC9794'

red 172 ◦ green 151 ◦ blue 148

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

Shades of Thatch #AC9794

Tints of Thatch #AC9794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.06%

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

R = 36.52%
G = 32.06%
B = 31.42%

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

#AC9794 (or 0xAC9794) is known color: Thatch. HEX triplet: AC, 97 and 94. RGB value is (172,151,148). Sum of RGB (Red+Green+Blue) = 172+151+148=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9794 is #53686B. Grayscale: #9C9C9C. Windows color (decimal): -5466220 or 9738156. OLE color: 9738156.

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

Color convert

RGB 172 151 148 -
CMYK 0 0.12 0.14 0.33
HSL 7.5º 0.13% 0.63% -
HSV(B) 7.5º 0.14% 0.67% -
XYZ 33.43 33.04 32.63 -
YUV 156.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 172 151 148 0 0.12 0.14 0.33 7.5 0.13 0.63
Hex AC 97 94 0 C E 21 8 D 3F
Octal 254 227 224 0 14 16 41 10 15 77
Binary 10101100 10010111 10010100 0 1100 1110 100001 1000 1101 111111

Color Harmonies of #AC9794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9794

Black with #AC9794

Text Example


Text Example

White with #AC9794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9794; }

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

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

background-color css

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

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

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

border-color css

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

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

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