#ABA798

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

Shades of Eagle #ABA798

Tints of Eagle #ABA798

Color information

#ABA798 (or 0xABA798) is unknown color: approx Eagle. HEX triplet: AB, A7 and 98. RGB value is (171,167,152). Sum of RGB (Red+Green+Blue) = 171+167+152=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA798 is #545867. Grayscale: #A6A6A6. Windows color (decimal): -5527656 or 10004395. OLE color: 10004395.

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

Color convert

RGB171167152-
CMYK00.020.110.33
HSL47.37º10.16%63.33%-
HSV(B)47.37º11.11%67.06%-
XYZ36.2838.5635.24-
YUV166.49119.83131.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=34.90%
G=34.08%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116715200.020.110.3347.3710.1663.33
HexABA79802B212fa3f
Octal253247230021341571277
Binary10101011101001111001100001010111000011011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA798; }

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

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

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

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

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

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

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

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