#AA954D

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

Shades of Husk #AA954D

Tints of Husk #AA954D

Color information

#AA954D (or 0xAA954D) is unknown color: approx Husk. HEX triplet: AA, 95 and 4D. RGB value is (170,149,77). Sum of RGB (Red+Green+Blue) = 170+149+77=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA954D is #556AB2. Grayscale: #939393. Windows color (decimal): -5597875 or 5084586. OLE color: 5084586.

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

Color convert

RGB17014977-
CMYK00.120.550.33
HSL46.45º37.65%48.43%-
HSV(B)46.45º54.71%66.67%-
XYZ28.6630.5811.41-
YUV147.0788.46144.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 77 (30.47% from 255) = 19.44%
R=42.93%
G=37.63%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701497700.120.550.3346.4537.6548.43
HexAA954D0C37212e2630
Octal2522251150146741564660
Binary1010101010010101100110101100110111100001101110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA954D; }

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

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

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

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

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

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

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

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