#ACACA3

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

Shades of Bombay #ACACA3

Tints of Bombay #ACACA3

Color information

#ACACA3 (or 0xACACA3) is unknown color: approx Bombay. HEX triplet: AC, AC and A3. RGB value is (172,172,163). Sum of RGB (Red+Green+Blue) = 172+172+163=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACA3 is #53535C. Grayscale: #ABABAB. Windows color (decimal): -5460829 or 10726572. OLE color: 10726572.

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

Color convert

RGB172172163-
CMYK000.050.33
HSL60º5.14%65.69%-
HSV(B)60º5.23%67.45%-
XYZ38.3840.9240.53-
YUV170.97123.5128.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 163 (64.06% from 255) = 32.15%
R=33.93%
G=33.93%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172163000.050.33605.1465.69
HexACACA3005213c542
Octal25425424300541745102
Binary101011001010110010100011001011000011111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACA3; }

 p { color: rgb(172,172,163); }

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

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

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

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

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

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

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