#ABA894

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

Shades of Eagle #ABA894

Tints of Eagle #ABA894

Color information

#ABA894 (or 0xABA894) is unknown color: approx Eagle. HEX triplet: AB, A8 and 94. RGB value is (171,168,148). Sum of RGB (Red+Green+Blue) = 171+168+148=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA894 is #54576B. Grayscale: #A6A6A6. Windows color (decimal): -5527404 or 9742507. OLE color: 9742507.

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

Color convert

RGB171168148-
CMYK00.020.130.33
HSL52.17º12.04%62.55%-
HSV(B)52.17º13.45%67.06%-
XYZ36.1438.833.6-
YUV166.62117.49131.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 168 (66.02% from 255) = 34.50%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=35.11%
G=34.50%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116814800.020.130.3352.1712.0462.55
HexABA89402D2134c3f
Octal253250224021541641477
Binary10101011101010001001010001011011000011101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA894; }

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

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

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

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

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

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

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

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