#AAA793

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

Shades of Eagle #AAA793

Tints of Eagle #AAA793

Color information

#AAA793 (or 0xAAA793) is unknown color: approx Eagle. HEX triplet: AA, A7 and 93. RGB value is (170,167,147). Sum of RGB (Red+Green+Blue) = 170+167+147=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA793 is #55586C. Grayscale: #A5A5A5. Windows color (decimal): -5593197 or 9676714. OLE color: 9676714.

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

Color convert

RGB170167147-
CMYK00.020.140.33
HSL52.17º11.92%62.16%-
HSV(B)52.17º13.53%66.67%-
XYZ35.6638.2933.11-
YUV165.62117.49131.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=35.12%
G=34.50%
B=30.37%

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
Decimal17016714700.020.140.3352.1711.9262.16
HexAAA79302E2134c3e
Octal252247223021641641476
Binary10101010101001111001001101011101000011101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA793; }

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

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

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

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

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

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

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

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