#ABABA8

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

Shades of Bombay #ABABA8

Tints of Bombay #ABABA8

Color information

#ABABA8 (or 0xABABA8) is unknown color: approx Bombay. HEX triplet: AB, AB and A8. RGB value is (171,171,168). Sum of RGB (Red+Green+Blue) = 171+171+168=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA8 is #545457. Grayscale: #AAAAAA. Windows color (decimal): -5526616 or 11053995. OLE color: 11053995.

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

Color convert

RGB171171168-
CMYK000.020.33
HSL60º1.75%66.47%-
HSV(B)60º1.75%67.06%-
XYZ38.4340.6142.86-
YUV170.66126.5128.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=33.53%
G=33.53%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171168000.020.33601.7566.47
HexABABA8002213c242
Octal25325325000241742102
Binary1010101110101011101010000010100001111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABA8; }

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

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

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

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

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

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

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

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