#AA9754

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

Shades of Husk #AA9754

Tints of Husk #AA9754

Color information

#AA9754 (or 0xAA9754) is unknown color: approx Husk. HEX triplet: AA, 97 and 54. RGB value is (170,151,84). Sum of RGB (Red+Green+Blue) = 170+151+84=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9754 is #5568AB. Grayscale: #959595. Windows color (decimal): -5597356 or 5543850. OLE color: 5543850.

HSL color Cylindrical-coordinate representation of color #AA9754: hue angle of 46.74º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA9754 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17015184-
CMYK00.110.510.33
HSL46.74º33.86%49.8%-
HSV(B)46.74º50.59%66.67%-
XYZ29.2431.3212.89-
YUV149.0491.29142.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 84 (33.20% from 255) = 20.74%
R=41.98%
G=37.28%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701518400.110.510.3346.7433.8649.8
HexAA97540B33212f2232
Octal2522271240136341574262
Binary1010101010010111101010001011110011100001101111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9754; }

 p { color: rgb(170,151,84); }

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

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

 a { background-color: rgb(170,151,84); }

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

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

 span { border-color: rgb(170,151,84); }

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