#ABA592

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

Shades of Eagle #ABA592

Tints of Eagle #ABA592

Color information

#ABA592 (or 0xABA592) is unknown color: approx Eagle. HEX triplet: AB, A5 and 92. RGB value is (171,165,146). Sum of RGB (Red+Green+Blue) = 171+165+146=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA592 is #545A6D. Grayscale: #A4A4A4. Windows color (decimal): -5528174 or 9610667. OLE color: 9610667.

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

Color convert

RGB171165146-
CMYK00.040.150.33
HSL45.6º12.95%62.16%-
HSV(B)45.6º14.62%67.06%-
XYZ35.4437.6432.59-
YUV164.63117.49132.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=35.48%
G=34.23%
B=30.29%

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
Decimal17116514600.040.150.3345.612.9562.16
HexABA59204F212ed3e
Octal253245222041741561576
Binary101010111010010110010010010011111000011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA592; }

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

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

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

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

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

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

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

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