Html Css Color HEX #AC9190 Thatch

📋 copy color: '#AC9190'

red 172 ◦ green 145 ◦ blue 144

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

Shades of Thatch #AC9190

Tints of Thatch #AC9190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.45%

 BLUE value IS 144 (56.64% from 255) = 31.24%

R = 37.31%
G = 31.45%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC9190 (or 0xAC9190) is known color: Thatch. HEX triplet: AC, 91 and 90. RGB value is (172,145,144). Sum of RGB (Red+Green+Blue) = 172+145+144=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9190 is #536E6F. Grayscale: #989898. Windows color (decimal): -5467760 or 9474476. OLE color: 9474476.

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

Color convert

RGB 172 145 144 -
CMYK 0 0.16 0.16 0.33
HSL 2.14º 0.14% 0.62% -
HSV(B) 2.14º 0.16% 0.67% -
XYZ 32.17 31.04 30.68 -
YUV 152.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 172 145 144 0 0.16 0.16 0.33 2.14 0.14 0.62
Hex AC 91 90 0 10 10 21 2 E 3E
Octal 254 221 220 0 20 20 41 2 16 76
Binary 10101100 10010001 10010000 0 10000 10000 100001 10 1110 111110

Color Harmonies of #AC9190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9190

Black with #AC9190

Text Example


Text Example

White with #AC9190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9190; }

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

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

background-color css

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

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

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

border-color css

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

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

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