#ABAA95

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

Shades of Eagle #ABAA95

Tints of Eagle #ABAA95

Color information

#ABAA95 (or 0xABAA95) is unknown color: approx Eagle. HEX triplet: AB, AA and 95. RGB value is (171,170,149). Sum of RGB (Red+Green+Blue) = 171+170+149=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA95 is #54556A. Grayscale: #A7A7A7. Windows color (decimal): -5526891 or 9808555. OLE color: 9808555.

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

Color convert

RGB171170149-
CMYK00.010.130.33
HSL57.27º11.58%62.75%-
HSV(B)57.27º12.87%67.06%-
XYZ36.5939.5834.14-
YUV167.9117.33130.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=34.90%
G=34.69%
B=30.41%

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
Decimal17117014900.010.130.3357.2711.5862.75
HexABAA9501D2139c3f
Octal253252225011541711477
Binary1010101110101010100101010111011000011110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA95; }

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

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

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

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

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

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

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

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