#AA964F

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

Shades of Husk #AA964F

Tints of Husk #AA964F

Color information

#AA964F (or 0xAA964F) is unknown color: approx Husk. HEX triplet: AA, 96 and 4F. RGB value is (170,150,79). Sum of RGB (Red+Green+Blue) = 170+150+79=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA964F is #5569B0. Grayscale: #949494. Windows color (decimal): -5597617 or 5215914. OLE color: 5215914.

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

Color convert

RGB17015079-
CMYK00.120.540.33
HSL46.81º36.55%48.82%-
HSV(B)46.81º53.53%66.67%-
XYZ28.930.9211.84-
YUV147.8989.13143.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 79 (31.25% from 255) = 19.80%
R=42.61%
G=37.59%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701507900.120.540.3346.8136.5548.82
HexAA964F0C36212f2531
Octal2522261170146641574561
Binary1010101010010110100111101100110110100001101111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA964F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA964F; }

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

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

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

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

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

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

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

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