#ABAA94

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

Shades of Eagle #ABAA94

Tints of Eagle #ABAA94

Color information

#ABAA94 (or 0xABAA94) is unknown color: approx Eagle. HEX triplet: AB, AA and 94. RGB value is (171,170,148). Sum of RGB (Red+Green+Blue) = 171+170+148=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA94 is #54556B. Grayscale: #A7A7A7. Windows color (decimal): -5526892 or 9743019. OLE color: 9743019.

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

Color convert

RGB171170148-
CMYK00.010.130.33
HSL57.39º12.04%62.55%-
HSV(B)57.39º13.45%67.06%-
XYZ36.5139.5533.73-
YUV167.79116.83130.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=34.97%
G=34.76%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117014800.010.130.3357.3912.0462.55
HexABAA9401D2139c3f
Octal253252224011541711477
Binary1010101110101010100101000111011000011110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA94; }

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

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

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

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

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

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

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

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