#ACAEB1

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

Shades of Mischka #ACAEB1

Tints of Mischka #ACAEB1

Color information

#ACAEB1 (or 0xACAEB1) is unknown color: approx Mischka. HEX triplet: AC, AE and B1. RGB value is (172,174,177). Sum of RGB (Red+Green+Blue) = 172+174+177=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 177 - color contains mainly: blue. Hex color #ACAEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEB1 is #53514E. Grayscale: #ADADAD. Windows color (decimal): -5460303 or 11644588. OLE color: 11644588.

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

Color convert

RGB172174177-
CMYK0.030.0200.31
HSL216º3.11%68.43%-
HSV(B)216º2.82%69.41%-
XYZ40.0942.2247.63-
YUV173.74129.84126.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=32.89%
G=33.27%
B=33.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721741770.030.0200.312163.1168.43
HexACAEB13201Fd8344
Octal254256261320373303104
Binary101011001010111010110001111001111111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEB1; }

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

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

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

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

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

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

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

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