#AEAA92

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

Shades of Eagle #AEAA92

Tints of Eagle #AEAA92

Color information

#AEAA92 (or 0xAEAA92) is unknown color: approx Eagle. HEX triplet: AE, AA and 92. RGB value is (174,170,146). Sum of RGB (Red+Green+Blue) = 174+170+146=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA92 is #51556D. Grayscale: #A8A8A8. Windows color (decimal): -5330286 or 9611950. OLE color: 9611950.

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

Color convert

RGB174170146-
CMYK00.020.160.32
HSL51.43º14.74%62.75%-
HSV(B)51.43º16.09%68.24%-
XYZ37.0239.8232.93-
YUV168.46115.33131.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=35.51%
G=34.69%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417014600.020.160.3251.4314.7462.75
HexAEAA9202102033f3f
Octal256252222022040631777
Binary101011101010101010010010010100001000001100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA92; }

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

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

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

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

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

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

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

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