#AA964B

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

Shades of Husk #AA964B

Tints of Husk #AA964B

Color information

#AA964B (or 0xAA964B) is unknown color: approx Husk. HEX triplet: AA, 96 and 4B. RGB value is (170,150,75). Sum of RGB (Red+Green+Blue) = 170+150+75=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA964B is #5569B4. Grayscale: #939393. Windows color (decimal): -5597621 or 4953770. OLE color: 4953770.

HSL color Cylindrical-coordinate representation of color #AA964B: hue angle of 47.37º 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 #AA964B is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17015075-
CMYK00.120.560.33
HSL47.37º38.78%48.04%-
HSV(B)47.37º55.88%66.67%-
XYZ28.7530.8711.1-
YUV147.4387.13144.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=43.04%
G=37.97%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701507500.120.560.3347.3738.7848.04
HexAA964B0C38212f2730
Octal2522261130147041574760
Binary1010101010010110100101101100111000100001101111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA964B; }

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

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

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

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

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

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

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

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