#ACADB6

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

Shades of Mischka #ACADB6

Tints of Mischka #ACADB6

Color information

#ACADB6 (or 0xACADB6) is unknown color: approx Mischka. HEX triplet: AC, AD and B6. RGB value is (172,173,182). Sum of RGB (Red+Green+Blue) = 172+173+182=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 182 - color contains mainly: blue. Hex color #ACADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADB6 is #535249. Grayscale: #ADADAD. Windows color (decimal): -5460554 or 11972012. OLE color: 11972012.

HSL color Cylindrical-coordinate representation of color #ACADB6: hue angle of 234º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ACADB6 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172173182-
CMYK0.050.0500.29
HSL234º6.41%69.41%-
HSV(B)234º5.49%71.37%-
XYZ40.442.0450.24-
YUV173.73132.67126.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=32.64%
G=32.83%
B=34.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721731820.050.0500.292346.4169.41
HexACADB65501Dea645
Octal254255266550353526105
Binary101011001010110110110110101101011101111010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADB6; }

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

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

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

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

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

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

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

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