Html Css Color HEX #AC9491 Thatch

📋 copy color: '#AC9491'

red 172 ◦ green 148 ◦ blue 145

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

Shades of Thatch #AC9491

Tints of Thatch #AC9491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.83%

 BLUE value IS 145 (57.03% from 255) = 31.18%

R = 36.99%
G = 31.83%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC9491 (or 0xAC9491) is known color: Thatch. HEX triplet: AC, 94 and 91. RGB value is (172,148,145). Sum of RGB (Red+Green+Blue) = 172+148+145=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9491 is #536B6E. Grayscale: #9A9A9A. Windows color (decimal): -5466991 or 9540780. OLE color: 9540780.

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

Color convert

RGB 172 148 145 -
CMYK 0 0.14 0.16 0.33
HSL 6.67º 0.14% 0.62% -
HSV(B) 6.67º 0.16% 0.67% -
XYZ 32.71 31.99 31.24 -
YUV 154.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 172 148 145 0 0.14 0.16 0.33 6.67 0.14 0.62
Hex AC 94 91 0 E 10 21 7 E 3E
Octal 254 224 221 0 16 20 41 7 16 76
Binary 10101100 10010100 10010001 0 1110 10000 100001 111 1110 111110

Color Harmonies of #AC9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9491

Black with #AC9491

Text Example


Text Example

White with #AC9491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9491; }

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

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

background-color css

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

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

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

border-color css

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

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

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