#ac9d48

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

Shades of Husk #AC9D48

Tints of Husk #AC9D48

Color information

#AC9D48 (or 0xAC9D48) is unknown color: approx Husk. HEX triplet: AC, 9D and 48. RGB value is (172,157,72). Sum of RGB (Red+Green+Blue) = 172+157+72=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D48 is #5362B7. Grayscale: #989898. Windows color (decimal): -5464760 or 4758956. OLE color: 4758956.

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

Color convert

RGB17215772-
CMYK00.090.580.33
HSL51º40.98%47.84%-
HSV(B)51º58.14%67.45%-
XYZ30.2433.3510.97-
YUV151.7982.97142.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 157 (61.72% from 255) = 39.15%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=42.89%
G=39.15%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721577200.090.580.335140.9847.84
HexAC9D48093A21332930
Octal2542351100117241635160
Binary1010110010011101100100001001111010100001110011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac9d48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac9d48; }

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

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

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

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

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

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

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

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