Html Css Color HEX #AC9590 Thatch

📋 copy color: '#AC9590'

red 172 ◦ green 149 ◦ blue 144

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

Shades of Thatch #AC9590

Tints of Thatch #AC9590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.04%

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

R = 36.99%
G = 32.04%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC9590 (or 0xAC9590) is known color: Thatch. HEX triplet: AC, 95 and 90. RGB value is (172,149,144). Sum of RGB (Red+Green+Blue) = 172+149+144=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9590 is #536A6F. Grayscale: #9B9B9B. Windows color (decimal): -5466736 or 9475500. OLE color: 9475500.

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

Color convert

RGB 172 149 144 -
CMYK 0 0.13 0.16 0.33
HSL 10.71º 0.14% 0.62% -
HSV(B) 10.71º 0.16% 0.67% -
XYZ 32.79 32.28 30.89 -
YUV 155.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 172 149 144 0 0.13 0.16 0.33 10.71 0.14 0.62
Hex AC 95 90 0 D 10 21 B E 3E
Octal 254 225 220 0 15 20 41 13 16 76
Binary 10101100 10010101 10010000 0 1101 10000 100001 1011 1110 111110

Color Harmonies of #AC9590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9590

Black with #AC9590

Text Example


Text Example

White with #AC9590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9590; }

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

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

background-color css

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

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

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

border-color css

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

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

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