#ABA690

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

Shades of Eagle #ABA690

Tints of Eagle #ABA690

Color information

#ABA690 (or 0xABA690) is unknown color: approx Eagle. HEX triplet: AB, A6 and 90. RGB value is (171,166,144). Sum of RGB (Red+Green+Blue) = 171+166+144=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA690 is #54596F. Grayscale: #A5A5A5. Windows color (decimal): -5527920 or 9479851. OLE color: 9479851.

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

Color convert

RGB171166144-
CMYK00.030.160.33
HSL48.89º13.85%61.76%-
HSV(B)48.89º15.79%67.06%-
XYZ35.4637.9431.84-
YUV164.99116.16132.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=35.55%
G=34.51%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116614400.030.160.3348.8913.8561.76
HexABA69003102131e3e
Octal253246220032041611676
Binary101010111010011010010000011100001000011100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA690; }

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

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

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

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

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

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

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

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