#ABA890

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

Shades of Eagle #ABA890

Tints of Eagle #ABA890

Color information

#ABA890 (or 0xABA890) is unknown color: approx Eagle. HEX triplet: AB, A8 and 90. RGB value is (171,168,144). Sum of RGB (Red+Green+Blue) = 171+168+144=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA890 is #54576F. Grayscale: #A6A6A6. Windows color (decimal): -5527408 or 9480363. OLE color: 9480363.

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

Color convert

RGB171168144-
CMYK00.020.160.33
HSL53.33º13.85%61.76%-
HSV(B)53.33º15.79%67.06%-
XYZ35.8338.6831.96-
YUV166.16115.49131.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 168 (66.02% from 255) = 34.78%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=35.40%
G=34.78%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116814400.020.160.3353.3313.8561.76
HexABA89002102135e3e
Octal253250220022041651676
Binary101010111010100010010000010100001000011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA890; }

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

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

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

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

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

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

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

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