Html Css Color HEX #AC9E55 Husk

📋 copy color: '#AC9E55'

red 172 ◦ green 158 ◦ blue 85

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

Shades of Husk #AC9E55

Tints of Husk #AC9E55

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.07%

 BLUE value IS 85 (33.59% from 255) = 20.48%

R = 41.45%
G = 38.07%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC9E55 (or 0xAC9E55) is known color: Husk. HEX triplet: AC, 9E and 55. RGB value is (172,158,85). Sum of RGB (Red+Green+Blue) = 172+158+85=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9E55 is #5361AA. Grayscale: #9A9A9A. Windows color (decimal): -5464491 or 5611180. OLE color: 5611180.

HSL color Cylindrical-coordinate representation of color #AC9E55: hue angle of 50.34º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC9E55 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 158 85 -
CMYK 0 0.08 0.51 0.33
HSL 50.34º 0.34% 0.5% -
HSV(B) 50.34º 0.51% 0.67% -
XYZ 30.88 33.88 13.51 -
YUV 153.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 172 158 85 0 0.08 0.51 0.33 50.34 0.34 0.5
Hex AC 9E 55 0 8 33 21 32 22 32
Octal 254 236 125 0 10 63 41 62 42 62
Binary 10101100 10011110 1010101 0 1000 110011 100001 110010 100010 110010

Color Harmonies of #AC9E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E55

Black with #AC9E55

Text Example


Text Example

White with #AC9E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E55; }

 p { color: rgb(172,158,85); }

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

background-color css

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

 a { background-color: rgb(172,158,85); }

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

border-color css

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

 span { border-color: rgb(172,158,85); }

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