#ABAA91

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

Shades of Eagle #ABAA91

Tints of Eagle #ABAA91

Color information

#ABAA91 (or 0xABAA91) is unknown color: approx Eagle. HEX triplet: AB, AA and 91. RGB value is (171,170,145). Sum of RGB (Red+Green+Blue) = 171+170+145=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA91 is #54556E. Grayscale: #A7A7A7. Windows color (decimal): -5526895 or 9546411. OLE color: 9546411.

HSL color Cylindrical-coordinate representation of color #ABAA91: hue angle of 57.69º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABAA91 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB171170145-
CMYK00.010.150.33
HSL57.69º13.4%61.96%-
HSV(B)57.69º15.2%67.06%-
XYZ36.2839.4532.49-
YUV167.45115.33130.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 145 (57.03% from 255) = 29.84%
R=35.19%
G=34.98%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117014500.010.150.3357.6913.461.96
HexABAA9101F213ad3e
Octal253252221011741721576
Binary1010101110101010100100010111111000011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA91; }

 p { color: rgb(171,170,145); }

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

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

 a { background-color: rgb(171,170,145); }

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

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

 span { border-color: rgb(171,170,145); }

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