#ACACA7

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

Shades of Bombay #ACACA7

Tints of Bombay #ACACA7

Color information

#ACACA7 (or 0xACACA7) is unknown color: approx Bombay. HEX triplet: AC, AC and A7. RGB value is (172,172,167). Sum of RGB (Red+Green+Blue) = 172+172+167=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACA7 is #535358. Grayscale: #ABABAB. Windows color (decimal): -5460825 or 10988716. OLE color: 10988716.

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

Color convert

RGB172172167-
CMYK000.030.33
HSL60º2.92%66.47%-
HSV(B)60º2.91%67.45%-
XYZ38.7441.0742.44-
YUV171.43125.5128.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 167 (65.62% from 255) = 32.68%
R=33.66%
G=33.66%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172167000.030.33602.9266.47
HexACACA7003213c342
Octal25425424700341743102
Binary1010110010101100101001110011100001111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACA7; }

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

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

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

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

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

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

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

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