#AA954F

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

Shades of Husk #AA954F

Tints of Husk #AA954F

Color information

#AA954F (or 0xAA954F) is unknown color: approx Husk. HEX triplet: AA, 95 and 4F. RGB value is (170,149,79). Sum of RGB (Red+Green+Blue) = 170+149+79=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA954F is #556AB0. Grayscale: #939393. Windows color (decimal): -5597873 or 5215658. OLE color: 5215658.

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

Color convert

RGB17014979-
CMYK00.120.540.33
HSL46.15º36.55%48.82%-
HSV(B)46.15º53.53%66.67%-
XYZ28.7430.6111.79-
YUV147.389.46144.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=42.71%
G=37.44%
B=19.85%

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
Decimal1701497900.120.540.3346.1536.5548.82
HexAA954F0C36212e2531
Octal2522251170146641564561
Binary1010101010010101100111101100110110100001101110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA954F; }

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

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

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

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

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

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

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

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