#ACACA8

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

Shades of Bombay #ACACA8

Tints of Bombay #ACACA8

Color information

#ACACA8 (or 0xACACA8) is unknown color: approx Bombay. HEX triplet: AC, AC and A8. RGB value is (172,172,168). Sum of RGB (Red+Green+Blue) = 172+172+168=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACA8 is #535357. Grayscale: #ABABAB. Windows color (decimal): -5460824 or 11054252. OLE color: 11054252.

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

Color convert

RGB172172168-
CMYK000.020.33
HSL60º2.35%66.67%-
HSV(B)60º2.33%67.45%-
XYZ38.8341.142.93-
YUV171.54126128.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 168 (66.02% from 255) = 32.81%
R=33.59%
G=33.59%
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
Decimal172172168000.020.33602.3566.67
HexACACA8002213c243
Octal25425425000241742103
Binary1010110010101100101010000010100001111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACA8; }

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

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

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

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

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

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

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

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