#AEA98C

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

Shades of Eagle #AEA98C

Tints of Eagle #AEA98C

Color information

#AEA98C (or 0xAEA98C) is unknown color: approx Eagle. HEX triplet: AE, A9 and 8C. RGB value is (174,169,140). Sum of RGB (Red+Green+Blue) = 174+169+140=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA98C is #515673. Grayscale: #A7A7A7. Windows color (decimal): -5330548 or 9218478. OLE color: 9218478.

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

Color convert

RGB174169140-
CMYK00.030.200.32
HSL51.18º17.35%61.57%-
HSV(B)51.18º19.54%68.24%-
XYZ36.3839.2730.47-
YUV167.19112.66132.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 140 (55.08% from 255) = 28.99%
R=36.02%
G=34.99%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416914000.030.200.3251.1817.3561.57
HexAEA98C03142033113e
Octal256251214032440632176
Binary1010111010101001100011000111010010000011001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA98C; }

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

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

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

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

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

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

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

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