#AC964B

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

Shades of Husk #AC964B

Tints of Husk #AC964B

Color information

#AC964B (or 0xAC964B) is unknown color: approx Husk. HEX triplet: AC, 96 and 4B. RGB value is (172,150,75). Sum of RGB (Red+Green+Blue) = 172+150+75=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC964B is #5369B4. Grayscale: #949494. Windows color (decimal): -5466549 or 4953772. OLE color: 4953772.

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

Color convert

RGB17215075-
CMYK00.130.560.33
HSL46.39º39.27%48.43%-
HSV(B)46.39º56.4%67.45%-
XYZ29.1931.0911.12-
YUV148.0386.79145.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 75 (29.69% from 255) = 18.89%
R=43.32%
G=37.78%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721507500.130.560.3346.3939.2748.43
HexAC964B0D38212e2730
Octal2542261130157041564760
Binary1010110010010110100101101101111000100001101110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC964B; }

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

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

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

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

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

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

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

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