#ACACAB

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

Shades of Bombay #ACACAB

Tints of Bombay #ACACAB

Color information

#ACACAB (or 0xACACAB) is unknown color: approx Bombay. HEX triplet: AC, AC and AB. RGB value is (172,172,171). Sum of RGB (Red+Green+Blue) = 172+172+171=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACAB is #535354. Grayscale: #ABABAB. Windows color (decimal): -5460821 or 11250860. OLE color: 11250860.

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

Color convert

RGB172172171-
CMYK000.010.33
HSL60º0.6%67.25%-
HSV(B)60º0.58%67.45%-
XYZ39.1241.2244.42-
YUV171.89127.5128.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=33.40%
G=33.40%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172171000.010.33600.667.25
HexACACAB001213c143
Octal25425425300141741103
Binary10101100101011001010101100110000111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACAB; }

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

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

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

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

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

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

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

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