#AEAC99

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

Shades of Eagle #AEAC99

Tints of Eagle #AEAC99

Color information

#AEAC99 (or 0xAEAC99) is unknown color: approx Eagle. HEX triplet: AE, AC and 99. RGB value is (174,172,153). Sum of RGB (Red+Green+Blue) = 174+172+153=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC99 is #515366. Grayscale: #AAAAAA. Windows color (decimal): -5329767 or 10071214. OLE color: 10071214.

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

Color convert

RGB174172153-
CMYK00.010.120.32
HSL54.29º11.48%64.12%-
HSV(B)54.29º12.07%68.24%-
XYZ37.9640.836.01-
YUV170.43118.16130.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=34.87%
G=34.47%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417215300.010.120.3254.2911.4864.12
HexAEAC9901C2036b40
Octal2562542310114406613100
Binary10101110101011001001100101110010000011011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC99; }

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

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

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

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

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

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

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

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