#ABABA9

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

Shades of Bombay #ABABA9

Tints of Bombay #ABABA9

Color information

#ABABA9 (or 0xABABA9) is unknown color: approx Bombay. HEX triplet: AB, AB and A9. RGB value is (171,171,169). Sum of RGB (Red+Green+Blue) = 171+171+169=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA9 is #545456. Grayscale: #AAAAAA. Windows color (decimal): -5526615 or 11119531. OLE color: 11119531.

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

Color convert

RGB171171169-
CMYK000.010.33
HSL60º1.18%66.67%-
HSV(B)60º1.17%67.06%-
XYZ38.5240.6543.35-
YUV170.77127128.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 169 (66.41% from 255) = 33.07%
R=33.46%
G=33.46%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171169000.010.33601.1866.67
HexABABA9001213c143
Octal25325325100141741103
Binary10101011101010111010100100110000111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABA9; }

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

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

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

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

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

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

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

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