#ABABAA

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

Shades of Bombay #ABABAA

Tints of Bombay #ABABAA

Color information

#ABABAA (or 0xABABAA) is unknown color: approx Bombay. HEX triplet: AB, AB and AA. RGB value is (171,171,170). Sum of RGB (Red+Green+Blue) = 171+171+170=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABAA is #545455. Grayscale: #AAAAAA. Windows color (decimal): -5526614 or 11185067. OLE color: 11185067.

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

Color convert

RGB171171170-
CMYK000.010.33
HSL60º0.59%66.86%-
HSV(B)60º0.58%67.06%-
XYZ38.6140.6943.85-
YUV170.89127.5128.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=33.40%
G=33.40%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171170000.010.33600.5966.86
HexABABAA001213c143
Octal25325325200141741103
Binary10101011101010111010101000110000111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABAA; }

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

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

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

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

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

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

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

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