#AEAB95

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

Shades of Eagle #AEAB95

Tints of Eagle #AEAB95

Color information

#AEAB95 (or 0xAEAB95) is unknown color: approx Eagle. HEX triplet: AE, AB and 95. RGB value is (174,171,149). Sum of RGB (Red+Green+Blue) = 174+171+149=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB95 is #51546A. Grayscale: #A9A9A9. Windows color (decimal): -5330027 or 9808814. OLE color: 9808814.

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

Color convert

RGB174171149-
CMYK00.020.140.32
HSL52.8º13.37%63.33%-
HSV(B)52.8º14.37%68.24%-
XYZ37.4440.2934.24-
YUV169.39116.49131.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=35.22%
G=34.62%
B=30.16%

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
Decimal17417114900.020.140.3252.813.3763.33
HexAEAB9502E2035d3f
Octal256253225021640651577
Binary10101110101010111001010101011101000001101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB95; }

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

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

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

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

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

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

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

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