#AA9653

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

Shades of Husk #AA9653

Tints of Husk #AA9653

Color information

#AA9653 (or 0xAA9653) is unknown color: approx Husk. HEX triplet: AA, 96 and 53. RGB value is (170,150,83). Sum of RGB (Red+Green+Blue) = 170+150+83=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9653 is #5569AC. Grayscale: #949494. Windows color (decimal): -5597613 or 5478058. OLE color: 5478058.

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

Color convert

RGB17015083-
CMYK00.120.510.33
HSL46.21º34.39%49.61%-
HSV(B)46.21º51.18%66.67%-
XYZ29.0530.9812.63-
YUV148.3491.13143.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 83 (32.81% from 255) = 20.60%
R=42.18%
G=37.22%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701508300.120.510.3346.2134.3949.61
HexAA96530C33212e2232
Octal2522261230146341564262
Binary1010101010010110101001101100110011100001101110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9653; }

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

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

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

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

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

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

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

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