#AAA695

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

Shades of Eagle #AAA695

Tints of Eagle #AAA695

Color information

#AAA695 (or 0xAAA695) is unknown color: approx Eagle. HEX triplet: AA, A6 and 95. RGB value is (170,166,149). Sum of RGB (Red+Green+Blue) = 170+166+149=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA695 is #55596A. Grayscale: #A5A5A5. Windows color (decimal): -5593451 or 9807530. OLE color: 9807530.

HSL color Cylindrical-coordinate representation of color #AAA695: hue angle of 48.57º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA695 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB170166149-
CMYK00.020.120.33
HSL48.57º10.99%62.55%-
HSV(B)48.57º12.35%66.67%-
XYZ35.6437.9933.89-
YUV165.26118.83131.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=35.05%
G=34.23%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016614900.020.120.3348.5710.9962.55
HexAAA69502C2131b3f
Octal252246225021441611377
Binary10101010101001101001010101011001000011100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA695; }

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

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

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

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

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

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

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

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