#ABAA96

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

Shades of Eagle #ABAA96

Tints of Eagle #ABAA96

Color information

#ABAA96 (or 0xABAA96) is unknown color: approx Eagle. HEX triplet: AB, AA and 96. RGB value is (171,170,150). Sum of RGB (Red+Green+Blue) = 171+170+150=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA96 is #545569. Grayscale: #A8A8A8. Windows color (decimal): -5526890 or 9874091. OLE color: 9874091.

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

Color convert

RGB171170150-
CMYK00.010.120.33
HSL57.14º11.11%62.94%-
HSV(B)57.14º12.28%67.06%-
XYZ36.6739.6134.57-
YUV168.02117.83130.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=34.83%
G=34.62%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117015000.010.120.3357.1411.1162.94
HexABAA9601C2139b3f
Octal253252226011441711377
Binary1010101110101010100101100111001000011110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA96; }

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

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

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

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

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

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

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

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