#AEAD92

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

Shades of Eagle #AEAD92

Tints of Eagle #AEAD92

Color information

#AEAD92 (or 0xAEAD92) is unknown color: approx Eagle. HEX triplet: AE, AD and 92. RGB value is (174,173,146). Sum of RGB (Red+Green+Blue) = 174+173+146=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD92 is #51526D. Grayscale: #AAAAAA. Windows color (decimal): -5329518 or 9612718. OLE color: 9612718.

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

Color convert

RGB174173146-
CMYK00.010.160.32
HSL57.86º14.74%62.75%-
HSV(B)57.86º16.09%68.24%-
XYZ37.5940.9633.12-
YUV170.22114.33130.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 146 (57.42% from 255) = 29.61%
R=35.29%
G=35.09%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417314600.010.160.3257.8614.7462.75
HexAEAD920110203af3f
Octal256255222012040721777
Binary10101110101011011001001001100001000001110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD92; }

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

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

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

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

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

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

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

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