#ABACA0

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

Shades of Bombay #ABACA0

Tints of Bombay #ABACA0

Color information

#ABACA0 (or 0xABACA0) is unknown color: approx Bombay. HEX triplet: AB, AC and A0. RGB value is (171,172,160). Sum of RGB (Red+Green+Blue) = 171+172+160=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 172 - color contains mainly: green. Hex color #ABACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACA0 is #54535F. Grayscale: #AAAAAA. Windows color (decimal): -5526368 or 10529963. OLE color: 10529963.

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

Color convert

RGB171172160-
CMYK0.0100.070.33
HSL65º6.74%65.1%-
HSV(B)65º6.98%67.45%-
XYZ37.8940.739.12-
YUV170.33122.17128.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 160 (62.89% from 255) = 31.81%
R=34.00%
G=34.19%
B=31.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721600.0100.070.33656.7465.1
HexABACA01072141741
Octal253254240107411017101
Binary1010101110101100101000001011110000110000011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACA0; }

 p { color: rgb(171,172,160); }

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

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

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

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

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

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

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