#AEAA93

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

Shades of Eagle #AEAA93

Tints of Eagle #AEAA93

Color information

#AEAA93 (or 0xAEAA93) is unknown color: approx Eagle. HEX triplet: AE, AA and 93. RGB value is (174,170,147). Sum of RGB (Red+Green+Blue) = 174+170+147=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA93 is #51556C. Grayscale: #A8A8A8. Windows color (decimal): -5330285 or 9677486. OLE color: 9677486.

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

Color convert

RGB174170147-
CMYK00.020.160.32
HSL51.11º14.29%62.94%-
HSV(B)51.11º15.52%68.24%-
XYZ37.139.8533.34-
YUV168.57115.83131.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=35.44%
G=34.62%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417014700.020.160.3251.1114.2962.94
HexAEAA9302102033e3f
Octal256252223022040631677
Binary101011101010101010010011010100001000001100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA93; }

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

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

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

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

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

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

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

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