#AEA993

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

Shades of Eagle #AEA993

Tints of Eagle #AEA993

Color information

#AEA993 (or 0xAEA993) is unknown color: approx Eagle. HEX triplet: AE, A9 and 93. RGB value is (174,169,147). Sum of RGB (Red+Green+Blue) = 174+169+147=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA993 is #51566C. Grayscale: #A8A8A8. Windows color (decimal): -5330541 or 9677230. OLE color: 9677230.

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

Color convert

RGB174169147-
CMYK00.030.160.32
HSL48.89º14.29%62.94%-
HSV(B)48.89º15.52%68.24%-
XYZ36.9139.4833.28-
YUV167.99116.16132.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 169 (66.41% from 255) = 34.49%
BLUE value IS 147 (57.81% from 255) = 30%
R=35.51%
G=34.49%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416914700.030.160.3248.8914.2962.94
HexAEA99303102031e3f
Octal256251223032040611677
Binary101011101010100110010011011100001000001100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA993; }

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

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

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

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

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

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

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

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