#AAA593

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

Shades of Eagle #AAA593

Tints of Eagle #AAA593

Color information

#AAA593 (or 0xAAA593) is unknown color: approx Eagle. HEX triplet: AA, A5 and 93. RGB value is (170,165,147). Sum of RGB (Red+Green+Blue) = 170+165+147=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA593 is #555A6C. Grayscale: #A4A4A4. Windows color (decimal): -5593709 or 9676202. OLE color: 9676202.

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

Color convert

RGB170165147-
CMYK00.030.140.33
HSL46.96º11.92%62.16%-
HSV(B)46.96º13.53%66.67%-
XYZ35.337.5632.99-
YUV164.44118.16131.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=35.27%
G=34.23%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016514700.030.140.3346.9611.9262.16
HexAAA59303E212fc3e
Octal252245223031641571476
Binary10101010101001011001001101111101000011011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA593; }

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

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

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

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

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

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

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

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