#ACACA4

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

Shades of Bombay #ACACA4

Tints of Bombay #ACACA4

Color information

#ACACA4 (or 0xACACA4) is unknown color: approx Bombay. HEX triplet: AC, AC and A4. RGB value is (172,172,164). Sum of RGB (Red+Green+Blue) = 172+172+164=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACA4 is #53535B. Grayscale: #ABABAB. Windows color (decimal): -5460828 or 10792108. OLE color: 10792108.

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

Color convert

RGB172172164-
CMYK000.050.33
HSL60º4.6%65.88%-
HSV(B)60º4.65%67.45%-
XYZ38.4740.9641-
YUV171.09124128.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 164 (64.45% from 255) = 32.28%
R=33.86%
G=33.86%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172164000.050.33604.665.88
HexACACA4005213c542
Octal25425424400541745102
Binary101011001010110010100100001011000011111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACA4; }

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

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

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

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

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

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

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

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