#AEAC93

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

Shades of Eagle #AEAC93

Tints of Eagle #AEAC93

Color information

#AEAC93 (or 0xAEAC93) is unknown color: approx Eagle. HEX triplet: AE, AC and 93. RGB value is (174,172,147). Sum of RGB (Red+Green+Blue) = 174+172+147=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC93 is #51536C. Grayscale: #A9A9A9. Windows color (decimal): -5329773 or 9677998. OLE color: 9677998.

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

Color convert

RGB174172147-
CMYK00.010.160.32
HSL55.56º14.29%62.94%-
HSV(B)55.56º15.52%68.24%-
XYZ37.4740.6133.47-
YUV169.75115.16131.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=35.29%
G=34.89%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417214700.010.160.3255.5614.2962.94
HexAEAC9301102038e3f
Octal256254223012040701677
Binary10101110101011001001001101100001000001110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC93; }

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

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

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

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

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

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

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

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