#AA954B

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

Shades of Husk #AA954B

Tints of Husk #AA954B

Color information

#AA954B (or 0xAA954B) is unknown color: approx Husk. HEX triplet: AA, 95 and 4B. RGB value is (170,149,75). Sum of RGB (Red+Green+Blue) = 170+149+75=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA954B is #556AB4. Grayscale: #939393. Windows color (decimal): -5597877 or 4953514. OLE color: 4953514.

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

Color convert

RGB17014975-
CMYK00.120.560.33
HSL46.74º38.78%48.04%-
HSV(B)46.74º55.88%66.67%-
XYZ28.630.5511.05-
YUV146.8487.46144.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=43.15%
G=37.82%
B=19.04%

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
Decimal1701497500.120.560.3346.7438.7848.04
HexAA954B0C38212f2730
Octal2522251130147041574760
Binary1010101010010101100101101100111000100001101111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA954B; }

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

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

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

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

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

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

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

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