#AEA98E

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

Shades of Eagle #AEA98E

Tints of Eagle #AEA98E

Color information

#AEA98E (or 0xAEA98E) is unknown color: approx Eagle. HEX triplet: AE, A9 and 8E. RGB value is (174,169,142). Sum of RGB (Red+Green+Blue) = 174+169+142=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA98E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA98E is #515671. Grayscale: #A7A7A7. Windows color (decimal): -5330546 or 9349550. OLE color: 9349550.

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

Color convert

RGB174169142-
CMYK00.030.180.32
HSL50.63º16.49%61.96%-
HSV(B)50.63º18.39%68.24%-
XYZ36.5339.3331.26-
YUV167.42113.66132.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=35.88%
G=34.85%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416914200.030.180.3250.6316.4961.96
HexAEA98E03122033103e
Octal256251216032240632076
Binary1010111010101001100011100111001010000011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA98E; }

 p { color: rgb(174,169,142); }

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

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

 a { background-color: rgb(174,169,142); }

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

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

 span { border-color: rgb(174,169,142); }

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