Html Css Color HEX #AC9390 Thatch

📋 copy color: '#AC9390'

red 172 ◦ green 147 ◦ blue 144

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

Shades of Thatch #AC9390

Tints of Thatch #AC9390

RGB

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

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

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

R = 37.15%
G = 31.75%
B = 31.1%

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

#AC9390 (or 0xAC9390) is known color: Thatch. HEX triplet: AC, 93 and 90. RGB value is (172,147,144). Sum of RGB (Red+Green+Blue) = 172+147+144=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9390 is #536C6F. Grayscale: #9A9A9A. Windows color (decimal): -5467248 or 9474988. OLE color: 9474988.

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

Color convert

RGB 172 147 144 -
CMYK 0 0.15 0.16 0.33
HSL 6.43º 0.14% 0.62% -
HSV(B) 6.43º 0.16% 0.67% -
XYZ 32.48 31.65 30.78 -
YUV 154.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 172 147 144 0 0.15 0.16 0.33 6.43 0.14 0.62
Hex AC 93 90 0 F 10 21 6 E 3E
Octal 254 223 220 0 17 20 41 6 16 76
Binary 10101100 10010011 10010000 0 1111 10000 100001 110 1110 111110

Color Harmonies of #AC9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9390

Black with #AC9390

Text Example


Text Example

White with #AC9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9390; }

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

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

background-color css

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

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

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

border-color css

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

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

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