#AEAA95

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

Shades of Eagle #AEAA95

Tints of Eagle #AEAA95

Color information

#AEAA95 (or 0xAEAA95) is unknown color: approx Eagle. HEX triplet: AE, AA and 95. RGB value is (174,170,149). Sum of RGB (Red+Green+Blue) = 174+170+149=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA95 is #51556A. Grayscale: #A8A8A8. Windows color (decimal): -5330283 or 9808558. OLE color: 9808558.

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

Color convert

RGB174170149-
CMYK00.020.140.32
HSL50.4º13.37%63.33%-
HSV(B)50.4º14.37%68.24%-
XYZ37.2639.9234.18-
YUV168.8116.83131.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=35.29%
G=34.48%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417014900.020.140.3250.413.3763.33
HexAEAA9502E2032d3f
Octal256252225021640621577
Binary10101110101010101001010101011101000001100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA95; }

 p { color: rgb(174,170,149); }

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

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

 a { background-color: rgb(174,170,149); }

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

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

 span { border-color: rgb(174,170,149); }

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