#ABACA4

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

Shades of Bombay #ABACA4

Tints of Bombay #ABACA4

Color information

#ABACA4 (or 0xABACA4) is unknown color: approx Bombay. HEX triplet: AB, AC and A4. RGB value is (171,172,164). Sum of RGB (Red+Green+Blue) = 171+172+164=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 172 - color contains mainly: green. Hex color #ABACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACA4 is #54535B. Grayscale: #AAAAAA. Windows color (decimal): -5526364 or 10792107. OLE color: 10792107.

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

Color convert

RGB171172164-
CMYK0.0100.050.33
HSL67.5º4.6%65.88%-
HSV(B)67.5º4.65%67.45%-
XYZ38.2540.8440.99-
YUV170.79124.17128.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=33.73%
G=33.93%
B=32.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721640.0100.050.3367.54.665.88
HexABACA41052143542
Octal253254244105411035102
Binary1010101110101100101001001010110000110000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACA4; }

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

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

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

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

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

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

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

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