Html Css Color HEX #AC9C55 Husk

📋 copy color: '#AC9C55'

red 172 ◦ green 156 ◦ blue 85

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

Shades of Husk #AC9C55

Tints of Husk #AC9C55

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.77%

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

R = 41.65%
G = 37.77%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC9C55 (or 0xAC9C55) is known color: Husk. HEX triplet: AC, 9C and 55. RGB value is (172,156,85). Sum of RGB (Red+Green+Blue) = 172+156+85=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C55 is #5363AA. Grayscale: #989898. Windows color (decimal): -5465003 or 5610668. OLE color: 5610668.

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

Color convert

RGB 172 156 85 -
CMYK 0 0.09 0.51 0.33
HSL 48.97º 0.34% 0.5% -
HSV(B) 48.97º 0.51% 0.67% -
XYZ 30.54 33.2 13.39 -
YUV 152.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 172 156 85 0 0.09 0.51 0.33 48.97 0.34 0.5
Hex AC 9C 55 0 9 33 21 31 22 32
Octal 254 234 125 0 11 63 41 61 42 62
Binary 10101100 10011100 1010101 0 1001 110011 100001 110001 100010 110010

Color Harmonies of #AC9C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C55

Black with #AC9C55

Text Example


Text Example

White with #AC9C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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