#AAA594

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

Shades of Eagle #AAA594

Tints of Eagle #AAA594

Color information

#AAA594 (or 0xAAA594) is unknown color: approx Eagle. HEX triplet: AA, A5 and 94. RGB value is (170,165,148). Sum of RGB (Red+Green+Blue) = 170+165+148=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA594 is #555A6B. Grayscale: #A4A4A4. Windows color (decimal): -5593708 or 9741738. OLE color: 9741738.

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

Color convert

RGB170165148-
CMYK00.030.130.33
HSL46.36º11.46%62.35%-
HSV(B)46.36º12.94%66.67%-
XYZ35.3837.5933.41-
YUV164.56118.66131.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=35.20%
G=34.16%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016514800.030.130.3346.3611.4662.35
HexAAA59403D212eb3e
Octal252245224031541561376
Binary10101010101001011001010001111011000011011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA594; }

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

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

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

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

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

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

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

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