#AEAE8C

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

Shades of Eagle #AEAE8C

Tints of Eagle #AEAE8C

Color information

#AEAE8C (or 0xAEAE8C) is unknown color: approx Eagle. HEX triplet: AE, AE and 8C. RGB value is (174,174,140). Sum of RGB (Red+Green+Blue) = 174+174+140=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAE8C is #515173. Grayscale: #AAAAAA. Windows color (decimal): -5329268 or 9219758. OLE color: 9219758.

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

Color convert

RGB174174140-
CMYK000.200.32
HSL60º17.35%61.57%-
HSV(B)60º19.54%68.24%-
XYZ37.3341.1630.79-
YUV170.12111130.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=35.66%
G=35.66%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174140000.200.326017.3561.57
HexAEAE8C0014203c113e
Octal256256214002440742176
Binary101011101010111010001100001010010000011110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE8C; }

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

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

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

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

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

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

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

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