Html Css Color HEX #AC9291 Thatch

📋 copy color: '#AC9291'

red 172 ◦ green 146 ◦ blue 145

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

Shades of Thatch #AC9291

Tints of Thatch #AC9291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.53%

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

R = 37.15%
G = 31.53%
B = 31.32%

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

#AC9291 (or 0xAC9291) is known color: Thatch. HEX triplet: AC, 92 and 91. RGB value is (172,146,145). Sum of RGB (Red+Green+Blue) = 172+146+145=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9291 is #536D6E. Grayscale: #999999. Windows color (decimal): -5467503 or 9540268. OLE color: 9540268.

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

Color convert

RGB 172 146 145 -
CMYK 0 0.15 0.16 0.33
HSL 2.22º 0.14% 0.62% -
HSV(B) 2.22º 0.16% 0.67% -
XYZ 32.4 31.37 31.14 -
YUV 153.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 172 146 145 0 0.15 0.16 0.33 2.22 0.14 0.62
Hex AC 92 91 0 F 10 21 2 E 3E
Octal 254 222 221 0 17 20 41 2 16 76
Binary 10101100 10010010 10010001 0 1111 10000 100001 10 1110 111110

Color Harmonies of #AC9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9291

Black with #AC9291

Text Example


Text Example

White with #AC9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9291; }

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

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

background-color css

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

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

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

border-color css

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

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

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