#AAA796

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

Shades of Eagle #AAA796

Tints of Eagle #AAA796

Color information

#AAA796 (or 0xAAA796) is unknown color: approx Eagle. HEX triplet: AA, A7 and 96. RGB value is (170,167,150). Sum of RGB (Red+Green+Blue) = 170+167+150=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA796 is #555869. Grayscale: #A6A6A6. Windows color (decimal): -5593194 or 9873322. OLE color: 9873322.

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

Color convert

RGB170167150-
CMYK00.020.120.33
HSL51º10.53%62.75%-
HSV(B)51º11.76%66.67%-
XYZ35.938.3934.37-
YUV165.96118.99130.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=34.91%
G=34.29%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016715000.020.120.335110.5362.75
HexAAA79602C2133b3f
Octal252247226021441631377
Binary10101010101001111001011001011001000011100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA796; }

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

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

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

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

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

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

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

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