#AEAC96

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

Shades of Eagle #AEAC96

Tints of Eagle #AEAC96

Color information

#AEAC96 (or 0xAEAC96) is unknown color: approx Eagle. HEX triplet: AE, AC and 96. RGB value is (174,172,150). Sum of RGB (Red+Green+Blue) = 174+172+150=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC96 is #515369. Grayscale: #AAAAAA. Windows color (decimal): -5329770 or 9874606. OLE color: 9874606.

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

Color convert

RGB174172150-
CMYK00.010.140.32
HSL55º12.9%63.53%-
HSV(B)55º13.79%68.24%-
XYZ37.7140.7134.72-
YUV170.09116.66130.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=35.08%
G=34.68%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417215000.010.140.325512.963.53
HexAEAC9601E2037d40
Octal2562542260116406715100
Binary10101110101011001001011001111010000011011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC96; }

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

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

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

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

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

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

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

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