Html Css Color HEX #AC9391 Thatch

📋 copy color: '#AC9391'

red 172 ◦ green 147 ◦ blue 145

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

Shades of Thatch #AC9391

Tints of Thatch #AC9391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.68%

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

R = 37.07%
G = 31.68%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC9391 (or 0xAC9391) is known color: Thatch. HEX triplet: AC, 93 and 91. RGB value is (172,147,145). Sum of RGB (Red+Green+Blue) = 172+147+145=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9391 is #536C6E. Grayscale: #9A9A9A. Windows color (decimal): -5467247 or 9540524. OLE color: 9540524.

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

Color convert

RGB 172 147 145 -
CMYK 0 0.15 0.16 0.33
HSL 4.44º 0.14% 0.62% -
HSV(B) 4.44º 0.16% 0.67% -
XYZ 32.56 31.68 31.19 -
YUV 154.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 172 147 145 0 0.15 0.16 0.33 4.44 0.14 0.62
Hex AC 93 91 0 F 10 21 4 E 3E
Octal 254 223 221 0 17 20 41 4 16 76
Binary 10101100 10010011 10010001 0 1111 10000 100001 100 1110 111110

Color Harmonies of #AC9391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9391

Black with #AC9391

Text Example


Text Example

White with #AC9391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9391; }

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

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

background-color css

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

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

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

border-color css

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

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

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