#ABA897

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

Shades of Eagle #ABA897

Tints of Eagle #ABA897

Color information

#ABA897 (or 0xABA897) is unknown color: approx Eagle. HEX triplet: AB, A8 and 97. RGB value is (171,168,151). Sum of RGB (Red+Green+Blue) = 171+168+151=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA897 is #545768. Grayscale: #A7A7A7. Windows color (decimal): -5527401 or 9939115. OLE color: 9939115.

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

Color convert

RGB171168151-
CMYK00.020.120.33
HSL51º10.64%63.14%-
HSV(B)51º11.7%67.06%-
XYZ36.3838.934.87-
YUV166.96118.99130.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=34.90%
G=34.29%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116815100.020.120.335110.6463.14
HexABA89702C2133b3f
Octal253250227021441631377
Binary10101011101010001001011101011001000011100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA897; }

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

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

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

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

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

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

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

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