#AAA993

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

Shades of Eagle #AAA993

Tints of Eagle #AAA993

Color information

#AAA993 (or 0xAAA993) is unknown color: approx Eagle. HEX triplet: AA, A9 and 93. RGB value is (170,169,147). Sum of RGB (Red+Green+Blue) = 170+169+147=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA993 is #55566C. Grayscale: #A6A6A6. Windows color (decimal): -5592685 or 9677226. OLE color: 9677226.

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

Color convert

RGB170169147-
CMYK00.010.140.33
HSL57.39º11.92%62.16%-
HSV(B)57.39º13.53%66.67%-
XYZ36.0339.0333.24-
YUV166.79116.83130.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=34.98%
G=34.77%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016914700.010.140.3357.3911.9262.16
HexAAA99301E2139c3e
Octal252251223011641711476
Binary1010101010101001100100110111101000011110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA993; }

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

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

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

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

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

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

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

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