#AEAB8D

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

Shades of Eagle #AEAB8D

Tints of Eagle #AEAB8D

Color information

#AEAB8D (or 0xAEAB8D) is unknown color: approx Eagle. HEX triplet: AE, AB and 8D. RGB value is (174,171,141). Sum of RGB (Red+Green+Blue) = 174+171+141=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB8D is #515472. Grayscale: #A8A8A8. Windows color (decimal): -5330035 or 9284526. OLE color: 9284526.

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

Color convert

RGB174171141-
CMYK00.020.190.32
HSL54.55º16.92%61.76%-
HSV(B)54.55º18.97%68.24%-
XYZ36.8340.0530.99-
YUV168.48112.49131.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=35.80%
G=35.19%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417114100.020.190.3254.5516.9261.76
HexAEAB8D02132037113e
Octal256253215022340672176
Binary1010111010101011100011010101001110000011011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB8D; }

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

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

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

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

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

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

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

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