#AEA892

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

Shades of Eagle #AEA892

Tints of Eagle #AEA892

Color information

#AEA892 (or 0xAEA892) is unknown color: approx Eagle. HEX triplet: AE, A8 and 92. RGB value is (174,168,146). Sum of RGB (Red+Green+Blue) = 174+168+146=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA892 is #51576D. Grayscale: #A7A7A7. Windows color (decimal): -5330798 or 9611438. OLE color: 9611438.

HSL color Cylindrical-coordinate representation of color #AEA892: hue angle of 47.14º 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 #AEA892 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB174168146-
CMYK00.030.160.32
HSL47.14º14.74%62.75%-
HSV(B)47.14º16.09%68.24%-
XYZ36.6539.0832.81-
YUV167.29115.99132.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 168 (66.02% from 255) = 34.43%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=35.66%
G=34.43%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416814600.030.160.3247.1414.7462.75
HexAEA8920310202ff3f
Octal256250222032040571777
Binary101011101010100010010010011100001000001011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA892; }

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

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

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

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

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

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

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

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