#ACAEB9

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

Shades of Mischka #ACAEB9

Tints of Mischka #ACAEB9

Color information

#ACAEB9 (or 0xACAEB9) is unknown color: approx Mischka. HEX triplet: AC, AE and B9. RGB value is (172,174,185). Sum of RGB (Red+Green+Blue) = 172+174+185=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 185 - color contains mainly: blue. Hex color #ACAEB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEB9 is #535146. Grayscale: #AEAEAE. Windows color (decimal): -5460295 or 12168876. OLE color: 12168876.

HSL color Cylindrical-coordinate representation of color #ACAEB9: hue angle of 230.77º 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 #ACAEB9 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172174185-
CMYK0.070.0600.27
HSL230.77º8.5%70%-
HSV(B)230.77º7.03%72.55%-
XYZ40.9142.5551.96-
YUV174.66133.84126.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=32.39%
G=32.77%
B=34.84%

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
Decimal1721741850.070.0600.27230.778.570
HexACAEB97601Be7846
Octal2542562717603334710106
Binary1010110010101110101110011111100110111110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEB9; }

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

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

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

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

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

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

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

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