#ACAEB0

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

Shades of Mischka #ACAEB0

Tints of Mischka #ACAEB0

Color information

#ACAEB0 (or 0xACAEB0) is unknown color: approx Mischka. HEX triplet: AC, AE and B0. RGB value is (172,174,176). Sum of RGB (Red+Green+Blue) = 172+174+176=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 176 - color contains mainly: blue. Hex color #ACAEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEB0 is #53514F. Grayscale: #ADADAD. Windows color (decimal): -5460304 or 11579052. OLE color: 11579052.

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

Color convert

RGB172174176-
CMYK0.020.0100.31
HSL210º2.47%68.24%-
HSV(B)210º2.27%69.02%-
XYZ39.9942.1847.11-
YUV173.63129.34126.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=32.95%
G=33.33%
B=33.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721741760.020.0100.312102.4768.24
HexACAEB02101Fd2244
Octal254256260210373222104
Binary10101100101011101011000010101111111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEB0; }

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

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

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

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

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

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

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

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