#ABACA1

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

Shades of Bombay #ABACA1

Tints of Bombay #ABACA1

Color information

#ABACA1 (or 0xABACA1) is unknown color: approx Bombay. HEX triplet: AB, AC and A1. RGB value is (171,172,161). Sum of RGB (Red+Green+Blue) = 171+172+161=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 172 - color contains mainly: green. Hex color #ABACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACA1 is #54535E. Grayscale: #AAAAAA. Windows color (decimal): -5526367 or 10595499. OLE color: 10595499.

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

Color convert

RGB171172161-
CMYK0.0100.060.33
HSL65.45º6.21%65.29%-
HSV(B)65.45º6.4%67.45%-
XYZ37.9840.7439.58-
YUV170.45122.67128.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 161 (63.28% from 255) = 31.94%
R=33.93%
G=34.13%
B=31.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721610.0100.060.3365.456.2165.29
HexABACA11062141641
Octal253254241106411016101
Binary1010101110101100101000011011010000110000011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACA1; }

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

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

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

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

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

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

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

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