#AEAE8B

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

Shades of Eagle #AEAE8B

Tints of Eagle #AEAE8B

Color information

#AEAE8B (or 0xAEAE8B) is unknown color: approx Eagle. HEX triplet: AE, AE and 8B. RGB value is (174,174,139). Sum of RGB (Red+Green+Blue) = 174+174+139=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAE8B is #515174. Grayscale: #AAAAAA. Windows color (decimal): -5329269 or 9154222. OLE color: 9154222.

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

Color convert

RGB174174139-
CMYK000.200.32
HSL60º17.77%61.37%-
HSV(B)60º20.11%68.24%-
XYZ37.2541.1330.4-
YUV170.01110.5130.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=35.73%
G=35.73%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174139000.200.326017.7761.37
HexAEAE8B0014203c123d
Octal256256213002440742275
Binary101011101010111010001011001010010000011110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE8B; }

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

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

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

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

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

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

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

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