#ACADB9

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

Shades of Mischka #ACADB9

Tints of Mischka #ACADB9

Color information

#ACADB9 (or 0xACADB9) is unknown color: approx Mischka. HEX triplet: AC, AD and B9. RGB value is (172,173,185). Sum of RGB (Red+Green+Blue) = 172+173+185=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 185 - color contains mainly: blue. Hex color #ACADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADB9 is #535246. Grayscale: #AEAEAE. Windows color (decimal): -5460551 or 12168620. OLE color: 12168620.

HSL color Cylindrical-coordinate representation of color #ACADB9: hue angle of 235.38º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACADB9 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172173185-
CMYK0.070.0600.27
HSL235.38º8.5%70%-
HSV(B)235.38º7.03%72.55%-
XYZ40.7142.1651.89-
YUV174.07134.17126.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=32.45%
G=32.64%
B=34.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721731850.070.0600.27235.388.570
HexACADB97601Beb846
Octal2542552717603335310106
Binary1010110010101101101110011111100110111110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADB9; }

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

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

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

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

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

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

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

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