Html Css Color HEX #AC9492 Thatch

📋 copy color: '#AC9492'

red 172 ◦ green 148 ◦ blue 146

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

Shades of Thatch #AC9492

Tints of Thatch #AC9492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.33%

R = 36.91%
G = 31.76%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC9492 (or 0xAC9492) is known color: Thatch. HEX triplet: AC, 94 and 92. RGB value is (172,148,146). Sum of RGB (Red+Green+Blue) = 172+148+146=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9492 is #536B6D. Grayscale: #9A9A9A. Windows color (decimal): -5466990 or 9606316. OLE color: 9606316.

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

Color convert

RGB 172 148 146 -
CMYK 0 0.14 0.15 0.33
HSL 4.62º 0.14% 0.62% -
HSV(B) 4.62º 0.15% 0.67% -
XYZ 32.79 32.03 31.65 -
YUV 154.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 172 148 146 0 0.14 0.15 0.33 4.62 0.14 0.62
Hex AC 94 92 0 E F 21 5 E 3E
Octal 254 224 222 0 16 17 41 5 16 76
Binary 10101100 10010100 10010010 0 1110 1111 100001 101 1110 111110

Color Harmonies of #AC9492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9492

Black with #AC9492

Text Example


Text Example

White with #AC9492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9492; }

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

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

background-color css

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

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

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

border-color css

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

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

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