#ABA591

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

Shades of Eagle #ABA591

Tints of Eagle #ABA591

Color information

#ABA591 (or 0xABA591) is unknown color: approx Eagle. HEX triplet: AB, A5 and 91. RGB value is (171,165,145). Sum of RGB (Red+Green+Blue) = 171+165+145=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA591 is #545A6E. Grayscale: #A4A4A4. Windows color (decimal): -5528175 or 9545131. OLE color: 9545131.

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

Color convert

RGB171165145-
CMYK00.040.150.33
HSL46.15º13.4%61.96%-
HSV(B)46.15º15.2%67.06%-
XYZ35.3637.6132.18-
YUV164.51116.99132.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 145 (57.03% from 255) = 30.15%
R=35.55%
G=34.30%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116514500.040.150.3346.1513.461.96
HexABA59104F212ed3e
Octal253245221041741561576
Binary101010111010010110010001010011111000011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA591; }

 p { color: rgb(171,165,145); }

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

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

 a { background-color: rgb(171,165,145); }

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

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

 span { border-color: rgb(171,165,145); }

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