#ABA790

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

Shades of Eagle #ABA790

Tints of Eagle #ABA790

Color information

#ABA790 (or 0xABA790) is unknown color: approx Eagle. HEX triplet: AB, A7 and 90. RGB value is (171,167,144). Sum of RGB (Red+Green+Blue) = 171+167+144=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA790 is #54586F. Grayscale: #A5A5A5. Windows color (decimal): -5527664 or 9480107. OLE color: 9480107.

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

Color convert

RGB171167144-
CMYK00.020.160.33
HSL51.11º13.85%61.76%-
HSV(B)51.11º15.79%67.06%-
XYZ35.6538.3131.9-
YUV165.57115.83131.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 144 (56.64% from 255) = 29.88%
R=35.48%
G=34.65%
B=29.88%

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
Decimal17116714400.020.160.3351.1113.8561.76
HexABA79002102133e3e
Octal253247220022041631676
Binary101010111010011110010000010100001000011100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA790; }

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

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

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

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

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

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

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

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