#AAA157

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

Shades of Husk #AAA157

Tints of Husk #AAA157

Color information

#AAA157 (or 0xAAA157) is unknown color: approx Husk. HEX triplet: AA, A1 and 57. RGB value is (170,161,87). Sum of RGB (Red+Green+Blue) = 170+161+87=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA157 is #555EA8. Grayscale: #9B9B9B. Windows color (decimal): -5594793 or 5743018. OLE color: 5743018.

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

Color convert

RGB17016187-
CMYK00.050.490.33
HSL53.49º32.81%50.39%-
HSV(B)53.49º48.82%66.67%-
XYZ31.0434.7214.08-
YUV155.2689.48138.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 161 (63.28% from 255) = 38.52%
BLUE value IS 87 (34.38% from 255) = 20.81%
R=40.67%
G=38.52%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701618700.050.490.3353.4932.8150.39
HexAAA157053121352132
Octal252241127056141654162
Binary101010101010000110101110101110001100001110101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA157; }

 p { color: rgb(170,161,87); }

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

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

 a { background-color: rgb(170,161,87); }

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

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

 span { border-color: rgb(170,161,87); }

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