#AAA693

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

Shades of Eagle #AAA693

Tints of Eagle #AAA693

Color information

#AAA693 (or 0xAAA693) is unknown color: approx Eagle. HEX triplet: AA, A6 and 93. RGB value is (170,166,147). Sum of RGB (Red+Green+Blue) = 170+166+147=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA693 is #55596C. Grayscale: #A5A5A5. Windows color (decimal): -5593453 or 9676458. OLE color: 9676458.

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

Color convert

RGB170166147-
CMYK00.020.140.33
HSL49.57º11.92%62.16%-
HSV(B)49.57º13.53%66.67%-
XYZ35.4837.9333.05-
YUV165.03117.83131.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=35.20%
G=34.37%
B=30.43%

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
Decimal17016614700.020.140.3349.5711.9262.16
HexAAA69302E2132c3e
Octal252246223021641621476
Binary10101010101001101001001101011101000011100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA693; }

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

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

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

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

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

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

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

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