Html Css Color HEX #AC9F56 Husk

📋 copy color: '#AC9F56'

red 172 ◦ green 159 ◦ blue 86

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

Shades of Husk #AC9F56

Tints of Husk #AC9F56

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.13%

 BLUE value IS 86 (33.98% from 255) = 20.62%

R = 41.25%
G = 38.13%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC9F56 (or 0xAC9F56) is known color: Husk. HEX triplet: AC, 9F and 56. RGB value is (172,159,86). Sum of RGB (Red+Green+Blue) = 172+159+86=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F56 is #5360A9. Grayscale: #9A9A9A. Windows color (decimal): -5464234 or 5676972. OLE color: 5676972.

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

Color convert

RGB 172 159 86 -
CMYK 0 0.08 0.5 0.33
HSL 50.93º 0.34% 0.51% -
HSV(B) 50.93º 0.5% 0.67% -
XYZ 31.09 34.24 13.77 -
YUV 154.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 172 159 86 0 0.08 0.5 0.33 50.93 0.34 0.51
Hex AC 9F 56 0 8 32 21 33 22 33
Octal 254 237 126 0 10 62 41 63 42 63
Binary 10101100 10011111 1010110 0 1000 110010 100001 110011 100010 110011

Color Harmonies of #AC9F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F56

Black with #AC9F56

Text Example


Text Example

White with #AC9F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F56; }

 p { color: rgb(172,159,86); }

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

background-color css

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

 a { background-color: rgb(172,159,86); }

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

border-color css

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

 span { border-color: rgb(172,159,86); }

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