#ACAEB7

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

Shades of Mischka #ACAEB7

Tints of Mischka #ACAEB7

Color information

#ACAEB7 (or 0xACAEB7) is unknown color: approx Mischka. HEX triplet: AC, AE and B7. RGB value is (172,174,183). Sum of RGB (Red+Green+Blue) = 172+174+183=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 183 - color contains mainly: blue. Hex color #ACAEB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEB7 is #535148. Grayscale: #AEAEAE. Windows color (decimal): -5460297 or 12037804. OLE color: 12037804.

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

Color convert

RGB172174183-
CMYK0.060.0500.28
HSL229.09º7.1%69.61%-
HSV(B)229.09º6.01%71.76%-
XYZ40.742.4650.85-
YUV174.43132.84126.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=32.51%
G=32.89%
B=34.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721741830.060.0500.28229.097.169.61
HexACAEB76501Ce5746
Octal254256267650343457106
Binary101011001010111010110111110101011100111001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEB7; }

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

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

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

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

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

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

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

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