#ABABA6

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

Shades of Bombay #ABABA6

Tints of Bombay #ABABA6

Color information

#ABABA6 (or 0xABABA6) is unknown color: approx Bombay. HEX triplet: AB, AB and A6. RGB value is (171,171,166). Sum of RGB (Red+Green+Blue) = 171+171+166=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA6 is #545459. Grayscale: #AAAAAA. Windows color (decimal): -5526618 or 10922923. OLE color: 10922923.

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

Color convert

RGB171171166-
CMYK000.030.33
HSL60º2.89%66.08%-
HSV(B)60º2.92%67.06%-
XYZ38.2440.5441.89-
YUV170.43125.5128.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 166 (65.23% from 255) = 32.68%
R=33.66%
G=33.66%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171166000.030.33602.8966.08
HexABABA6003213c342
Octal25325324600341743102
Binary1010101110101011101001100011100001111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABA6; }

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

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

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

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

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

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

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

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