#ABA797

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

Shades of Eagle #ABA797

Tints of Eagle #ABA797

Color information

#ABA797 (or 0xABA797) is unknown color: approx Eagle. HEX triplet: AB, A7 and 97. RGB value is (171,167,151). Sum of RGB (Red+Green+Blue) = 171+167+151=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA797 is #545868. Grayscale: #A6A6A6. Windows color (decimal): -5527657 or 9938859. OLE color: 9938859.

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

Color convert

RGB171167151-
CMYK00.020.120.33
HSL48º10.64%63.14%-
HSV(B)48º11.7%67.06%-
XYZ36.238.5334.81-
YUV166.37119.33131.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 151 (59.38% from 255) = 30.88%
R=34.97%
G=34.15%
B=30.88%

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
Decimal17116715100.020.120.334810.6463.14
HexABA79702C2130b3f
Octal253247227021441601377
Binary10101011101001111001011101011001000011100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA797; }

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

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

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

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

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

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

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

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