#AEA996

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

Shades of Eagle #AEA996

Tints of Eagle #AEA996

Color information

#AEA996 (or 0xAEA996) is unknown color: approx Eagle. HEX triplet: AE, A9 and 96. RGB value is (174,169,150). Sum of RGB (Red+Green+Blue) = 174+169+150=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA996 is #515669. Grayscale: #A8A8A8. Windows color (decimal): -5330538 or 9873838. OLE color: 9873838.

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

Color convert

RGB174169150-
CMYK00.030.140.32
HSL47.5º12.9%63.53%-
HSV(B)47.5º13.79%68.24%-
XYZ37.1539.5834.54-
YUV168.33117.66132.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 169 (66.41% from 255) = 34.28%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=35.29%
G=34.28%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416915000.030.140.3247.512.963.53
HexAEA99603E2030d40
Octal2562512260316406015100
Binary101011101010100110010110011111010000011000011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA996; }

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

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

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

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

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

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

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

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