#ACADB0

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

Shades of Mischka #ACADB0

Tints of Mischka #ACADB0

Color information

#ACADB0 (or 0xACADB0) is unknown color: approx Mischka. HEX triplet: AC, AD and B0. RGB value is (172,173,176). Sum of RGB (Red+Green+Blue) = 172+173+176=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 176 - color contains mainly: blue. Hex color #ACADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADB0 is #53524F. Grayscale: #ADADAD. Windows color (decimal): -5460560 or 11578796. OLE color: 11578796.

HSL color Cylindrical-coordinate representation of color #ACADB0: hue angle of 225º 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 #ACADB0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172173176-
CMYK0.020.0200.31
HSL225º2.47%68.24%-
HSV(B)225º2.27%69.02%-
XYZ39.7941.7947.04-
YUV173.04129.67127.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=33.01%
G=33.21%
B=33.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721731760.020.0200.312252.4768.24
HexACADB02201Fe1244
Octal254255260220373412104
Binary101011001010110110110000101001111111100001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADB0; }

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

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

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

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

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

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

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

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