#AEAC95

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

Shades of Eagle #AEAC95

Tints of Eagle #AEAC95

Color information

#AEAC95 (or 0xAEAC95) is unknown color: approx Eagle. HEX triplet: AE, AC and 95. RGB value is (174,172,149). Sum of RGB (Red+Green+Blue) = 174+172+149=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC95 is #51536A. Grayscale: #AAAAAA. Windows color (decimal): -5329771 or 9809070. OLE color: 9809070.

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

Color convert

RGB174172149-
CMYK00.010.140.32
HSL55.2º13.37%63.33%-
HSV(B)55.2º14.37%68.24%-
XYZ37.6340.6734.3-
YUV169.98116.16130.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=35.15%
G=34.75%
B=30.10%

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
Decimal17417214900.010.140.3255.213.3763.33
HexAEAC9501E2037d3f
Octal256254225011640671577
Binary1010111010101100100101010111101000001101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC95; }

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

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

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

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

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

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

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

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