#ABA995

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

Shades of Eagle #ABA995

Tints of Eagle #ABA995

Color information

#ABA995 (or 0xABA995) is unknown color: approx Eagle. HEX triplet: AB, A9 and 95. RGB value is (171,169,149). Sum of RGB (Red+Green+Blue) = 171+169+149=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA995 is #54566A. Grayscale: #A7A7A7. Windows color (decimal): -5527147 or 9808299. OLE color: 9808299.

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

Color convert

RGB171169149-
CMYK00.010.130.33
HSL54.55º11.58%62.75%-
HSV(B)54.55º12.87%67.06%-
XYZ36.4139.234.08-
YUV167.32117.66130.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 169 (66.41% from 255) = 34.56%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=34.97%
G=34.56%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116914900.010.130.3354.5511.5862.75
HexABA99501D2137c3f
Octal253251225011541671477
Binary1010101110101001100101010111011000011101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA995; }

 p { color: rgb(171,169,149); }

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

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

 a { background-color: rgb(171,169,149); }

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

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

 span { border-color: rgb(171,169,149); }

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