#ACACA2

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

Shades of Bombay #ACACA2

Tints of Bombay #ACACA2

Color information

#ACACA2 (or 0xACACA2) is unknown color: approx Bombay. HEX triplet: AC, AC and A2. RGB value is (172,172,162). Sum of RGB (Red+Green+Blue) = 172+172+162=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACA2 is #53535D. Grayscale: #AAAAAA. Windows color (decimal): -5460830 or 10661036. OLE color: 10661036.

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

Color convert

RGB172172162-
CMYK000.060.33
HSL60º5.68%65.49%-
HSV(B)60º5.81%67.45%-
XYZ38.2940.8840.06-
YUV170.86123128.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 162 (63.67% from 255) = 32.02%
R=33.99%
G=33.99%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172162000.060.33605.6865.49
HexACACA2006213c641
Octal25425424200641746101
Binary101011001010110010100010001101000011111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACA2; }

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

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

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

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

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

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

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

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