#AC9D5A

Color #AC9D5A Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #AC9D5A

Tints of Husk #AC9D5A

Color information

#AC9D5A (or 0xAC9D5A) is unknown color: approx Husk. HEX triplet: AC, 9D and 5A. RGB value is (172,157,90). Sum of RGB (Red+Green+Blue) = 172+157+90=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9D5A is #5362A5. Grayscale: #9A9A9A. Windows color (decimal): -5464742 or 5938604. OLE color: 5938604.

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

Color convert

RGB17215790-
CMYK00.090.480.33
HSL49.02º33.06%51.37%-
HSV(B)49.02º47.67%67.45%-
XYZ30.9233.6214.53-
YUV153.8591.97140.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 90 (35.55% from 255) = 21.48%
R=41.05%
G=37.47%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721579000.090.480.3349.0233.0651.37
HexAC9D5A093021312133
Octal2542351320116041614163
Binary1010110010011101101101001001110000100001110001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D5A; }

 p { color: rgb(172,157,90); }

 H1.HeaderClassName
 {
   color: #AC9D5A;
 }
 .AnyTagClassName
 {
   color: #AC9D5A;
 }
</style>
background-color css

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

 a { background-color: rgb(172,157,90); }

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

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

 span { border-color: rgb(172,157,90); }

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