#ACB0B0

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

Shades of Hit Grey #ACB0B0

Tints of Hit Grey #ACB0B0

Color information

#ACB0B0 (or 0xACB0B0) is unknown color: approx Hit Grey. HEX triplet: AC, B0 and B0. RGB value is (172,176,176). Sum of RGB (Red+Green+Blue) = 172+176+176=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 176 - color contains mainly: green, blue. Hex color #ACB0B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0B0 is #534F4F. Grayscale: #AEAEAE. Windows color (decimal): -5459792 or 11579564. OLE color: 11579564.

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

Color convert

RGB172176176-
CMYK0.02000.31
HSL180º2.47%68.24%-
HSV(B)180º2.27%69.02%-
XYZ40.3842.9647.24-
YUV174.8128.67126-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=32.82%
G=33.59%
B=33.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761760.02000.311802.4768.24
HexACB0B02001Fb4244
Octal254260260200372642104
Binary10101100101100001011000010001111110110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0B0; }

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

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

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

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

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

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

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

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