#ABAB95

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

Shades of Eagle #ABAB95

Tints of Eagle #ABAB95

Color information

#ABAB95 (or 0xABAB95) is unknown color: approx Eagle. HEX triplet: AB, AB and 95. RGB value is (171,171,149). Sum of RGB (Red+Green+Blue) = 171+171+149=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB95 is #54546A. Grayscale: #A8A8A8. Windows color (decimal): -5526635 or 9808811. OLE color: 9808811.

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

Color convert

RGB171171149-
CMYK000.130.33
HSL60º11.58%62.75%-
HSV(B)60º12.87%67.06%-
XYZ36.7839.9534.21-
YUV168.49117129.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=34.83%
G=34.83%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171149000.130.336011.5862.75
HexABAB9500D213cc3f
Octal253253225001541741477
Binary1010101110101011100101010011011000011111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB95; }

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

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

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

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

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

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

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

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