#ACAEB5

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

Shades of Mischka #ACAEB5

Tints of Mischka #ACAEB5

Color information

#ACAEB5 (or 0xACAEB5) is unknown color: approx Mischka. HEX triplet: AC, AE and B5. RGB value is (172,174,181). Sum of RGB (Red+Green+Blue) = 172+174+181=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 181 - color contains mainly: blue. Hex color #ACAEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEB5 is #53514A. Grayscale: #AEAEAE. Windows color (decimal): -5460299 or 11906732. OLE color: 11906732.

HSL color Cylindrical-coordinate representation of color #ACAEB5: hue angle of 226.67º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ACAEB5 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172174181-
CMYK0.050.0400.29
HSL226.67º5.73%69.22%-
HSV(B)226.67º4.97%70.98%-
XYZ40.4942.3849.76-
YUV174.2131.84126.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=32.64%
G=33.02%
B=34.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721741810.050.0400.29226.675.7369.22
HexACAEB55401De3645
Octal254256265540353436105
Binary101011001010111010110101101100011101111000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEB5; }

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

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

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

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

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

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

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

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