#AAA596

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

Shades of Eagle #AAA596

Tints of Eagle #AAA596

Color information

#AAA596 (or 0xAAA596) is unknown color: approx Eagle. HEX triplet: AA, A5 and 96. RGB value is (170,165,150). Sum of RGB (Red+Green+Blue) = 170+165+150=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA596 is #555A69. Grayscale: #A4A4A4. Windows color (decimal): -5593706 or 9872810. OLE color: 9872810.

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

Color convert

RGB170165150-
CMYK00.030.120.33
HSL45º10.53%62.75%-
HSV(B)45º11.76%66.67%-
XYZ35.5437.6634.25-
YUV164.78119.66131.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=35.05%
G=34.02%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016515000.030.120.334510.5362.75
HexAAA59603C212db3f
Octal252245226031441551377
Binary10101010101001011001011001111001000011011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA596; }

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

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

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

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

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

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

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

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