#AAA794

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

Shades of Eagle #AAA794

Tints of Eagle #AAA794

Color information

#AAA794 (or 0xAAA794) is unknown color: approx Eagle. HEX triplet: AA, A7 and 94. RGB value is (170,167,148). Sum of RGB (Red+Green+Blue) = 170+167+148=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA794 is #55586B. Grayscale: #A5A5A5. Windows color (decimal): -5593196 or 9742250. OLE color: 9742250.

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

Color convert

RGB170167148-
CMYK00.020.130.33
HSL51.82º11.46%62.35%-
HSV(B)51.82º12.94%66.67%-
XYZ35.7438.3233.53-
YUV165.73117.99131.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 148 (58.20% from 255) = 30.52%
R=35.05%
G=34.43%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016714800.020.130.3351.8211.4662.35
HexAAA79402D2134b3e
Octal252247224021541641376
Binary10101010101001111001010001011011000011101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA794; }

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

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

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

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

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

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

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

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