#ABABA7

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

Shades of Bombay #ABABA7

Tints of Bombay #ABABA7

Color information

#ABABA7 (or 0xABABA7) is unknown color: approx Bombay. HEX triplet: AB, AB and A7. RGB value is (171,171,167). Sum of RGB (Red+Green+Blue) = 171+171+167=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA7 is #545458. Grayscale: #AAAAAA. Windows color (decimal): -5526617 or 10988459. OLE color: 10988459.

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

Color convert

RGB171171167-
CMYK000.020.33
HSL60º2.33%66.27%-
HSV(B)60º2.34%67.06%-
XYZ38.3340.5742.37-
YUV170.54126128.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 167 (65.62% from 255) = 32.81%
R=33.60%
G=33.60%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171167000.020.33602.3366.27
HexABABA7002213c242
Octal25325324700241742102
Binary1010101110101011101001110010100001111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABA7; }

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

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

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

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

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

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

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

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