#AEAA8D

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

Shades of Eagle #AEAA8D

Tints of Eagle #AEAA8D

Color information

#AEAA8D (or 0xAEAA8D) is unknown color: approx Eagle. HEX triplet: AE, AA and 8D. RGB value is (174,170,141). Sum of RGB (Red+Green+Blue) = 174+170+141=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA8D is #515572. Grayscale: #A8A8A8. Windows color (decimal): -5330291 or 9284270. OLE color: 9284270.

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

Color convert

RGB174170141-
CMYK00.020.190.32
HSL52.73º16.92%61.76%-
HSV(B)52.73º18.97%68.24%-
XYZ36.6439.6730.93-
YUV167.89112.83132.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=35.88%
G=35.05%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417014100.020.190.3252.7316.9261.76
HexAEAA8D02132035113e
Octal256252215022340652176
Binary1010111010101010100011010101001110000011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA8D; }

 p { color: rgb(174,170,141); }

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

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

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

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

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

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

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