#AC994A

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

Shades of Husk #AC994A

Tints of Husk #AC994A

Color information

#AC994A (or 0xAC994A) is unknown color: approx Husk. HEX triplet: AC, 99 and 4A. RGB value is (172,153,74). Sum of RGB (Red+Green+Blue) = 172+153+74=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC994A is #5366B5. Grayscale: #969696. Windows color (decimal): -5465782 or 4889004. OLE color: 4889004.

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

Color convert

RGB17215374-
CMYK00.110.570.33
HSL48.37º39.84%48.24%-
HSV(B)48.37º56.98%67.45%-
XYZ29.6432.0511.1-
YUV149.6785.29143.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 74 (29.30% from 255) = 18.55%
R=43.11%
G=38.35%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721537400.110.570.3348.3739.8448.24
HexAC994A0B3921302830
Octal2542311120137141605060
Binary1010110010011001100101001011111001100001110000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC994A; }

 p { color: rgb(172,153,74); }

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

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

 a { background-color: rgb(172,153,74); }

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

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

 span { border-color: rgb(172,153,74); }

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