#AAA492

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

Shades of Eagle #AAA492

Tints of Eagle #AAA492

Color information

#AAA492 (or 0xAAA492) is unknown color: approx Eagle. HEX triplet: AA, A4 and 92. RGB value is (170,164,146). Sum of RGB (Red+Green+Blue) = 170+164+146=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA492 is #555B6D. Grayscale: #A3A3A3. Windows color (decimal): -5593966 or 9610410. OLE color: 9610410.

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

Color convert

RGB170164146-
CMYK00.040.140.33
HSL45º12.37%61.96%-
HSV(B)45º14.12%66.67%-
XYZ35.0437.1732.52-
YUV163.74117.99132.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 146 (57.42% from 255) = 30.42%
R=35.42%
G=34.17%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016414600.040.140.334512.3761.96
HexAAA49204E212dc3e
Octal252244222041641551476
Binary101010101010010010010010010011101000011011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA492; }

 p { color: rgb(170,164,146); }

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

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

 a { background-color: rgb(170,164,146); }

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

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

 span { border-color: rgb(170,164,146); }

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