#AAA792

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

Shades of Eagle #AAA792

Tints of Eagle #AAA792

Color information

#AAA792 (or 0xAAA792) is unknown color: approx Eagle. HEX triplet: AA, A7 and 92. RGB value is (170,167,146). Sum of RGB (Red+Green+Blue) = 170+167+146=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA792 is #55586D. Grayscale: #A5A5A5. Windows color (decimal): -5593198 or 9611178. OLE color: 9611178.

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

Color convert

RGB170167146-
CMYK00.020.140.33
HSL52.5º12.37%61.96%-
HSV(B)52.5º14.12%66.67%-
XYZ35.5838.2632.7-
YUV165.5116.99131.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 167 (65.62% from 255) = 34.58%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=35.20%
G=34.58%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016714600.020.140.3352.512.3761.96
HexAAA79202E2135c3e
Octal252247222021641651476
Binary10101010101001111001001001011101000011101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA792; }

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

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

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

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

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

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

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

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