#AAA893

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

Shades of Eagle #AAA893

Tints of Eagle #AAA893

Color information

#AAA893 (or 0xAAA893) is unknown color: approx Eagle. HEX triplet: AA, A8 and 93. RGB value is (170,168,147). Sum of RGB (Red+Green+Blue) = 170+168+147=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA893 is #55576C. Grayscale: #A6A6A6. Windows color (decimal): -5592941 or 9676970. OLE color: 9676970.

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

Color convert

RGB170168147-
CMYK00.010.140.33
HSL54.78º11.92%62.16%-
HSV(B)54.78º13.53%66.67%-
XYZ35.8538.6633.18-
YUV166.2117.16130.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=35.05%
G=34.64%
B=30.31%

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
Decimal17016814700.010.140.3354.7811.9262.16
HexAAA89301E2137c3e
Octal252250223011641671476
Binary1010101010101000100100110111101000011101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA893; }

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

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

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

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

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

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

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

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