#AC964D

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

Shades of Husk #AC964D

Tints of Husk #AC964D

Color information

#AC964D (or 0xAC964D) is unknown color: approx Husk. HEX triplet: AC, 96 and 4D. RGB value is (172,150,77). Sum of RGB (Red+Green+Blue) = 172+150+77=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC964D is #5369B2. Grayscale: #949494. Windows color (decimal): -5466547 or 5084844. OLE color: 5084844.

HSL color Cylindrical-coordinate representation of color #AC964D: hue angle of 46.11º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC964D is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB17215077-
CMYK00.130.550.33
HSL46.11º38.15%48.82%-
HSV(B)46.11º55.23%67.45%-
XYZ29.2631.1211.49-
YUV148.2687.79144.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 77 (30.47% from 255) = 19.30%
R=43.11%
G=37.59%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721507700.130.550.3346.1138.1548.82
HexAC964D0D37212e2631
Octal2542261150156741564661
Binary1010110010010110100110101101110111100001101110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC964D; }

 p { color: rgb(172,150,77); }

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

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

 a { background-color: rgb(172,150,77); }

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

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

 span { border-color: rgb(172,150,77); }

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