#AEAC94

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

Shades of Eagle #AEAC94

Tints of Eagle #AEAC94

Color information

#AEAC94 (or 0xAEAC94) is unknown color: approx Eagle. HEX triplet: AE, AC and 94. RGB value is (174,172,148). Sum of RGB (Red+Green+Blue) = 174+172+148=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC94 is #51536B. Grayscale: #A9A9A9. Windows color (decimal): -5329772 or 9743534. OLE color: 9743534.

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

Color convert

RGB174172148-
CMYK00.010.150.32
HSL55.38º13.83%63.14%-
HSV(B)55.38º14.94%68.24%-
XYZ37.5540.6433.88-
YUV169.86115.66130.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=35.22%
G=34.82%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417214800.010.150.3255.3813.8363.14
HexAEAC9401F2037e3f
Octal256254224011740671677
Binary1010111010101100100101000111111000001101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC94; }

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

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

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

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

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

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

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

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