#AEAA9A

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

Shades of Eagle #AEAA9A

Tints of Eagle #AEAA9A

Color information

#AEAA9A (or 0xAEAA9A) is unknown color: approx Eagle. HEX triplet: AE, AA and 9A. RGB value is (174,170,154). Sum of RGB (Red+Green+Blue) = 174+170+154=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA9A is #515565. Grayscale: #A9A9A9. Windows color (decimal): -5330278 or 10136238. OLE color: 10136238.

HSL color Cylindrical-coordinate representation of color #AEAA9A: hue angle of 48º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEAA9A is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB174170154-
CMYK00.020.110.32
HSL48º10.99%64.31%-
HSV(B)48º11.49%68.24%-
XYZ37.6640.0836.32-
YUV169.37119.33131.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 170 (66.80% from 255) = 34.14%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=34.94%
G=34.14%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417015400.020.110.324810.9964.31
HexAEAA9A02B2030b40
Octal2562522320213406013100
Binary101011101010101010011010010101110000011000010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA9A; }

 p { color: rgb(174,170,154); }

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

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

 a { background-color: rgb(174,170,154); }

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

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

 span { border-color: rgb(174,170,154); }

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