#A4ACBE

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

Shades of Mischka #A4ACBE

Tints of Mischka #A4ACBE

Color information

#A4ACBE (or 0xA4ACBE) is unknown color: approx Mischka. HEX triplet: A4, AC and BE. RGB value is (164,172,190). Sum of RGB (Red+Green+Blue) = 164+172+190=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACBE is #5B5341. Grayscale: #ABABAB. Windows color (decimal): -5985090 or 12496036. OLE color: 12496036.

HSL color Cylindrical-coordinate representation of color #A4ACBE: hue angle of 221.54º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4ACBE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164172190-
CMYK0.140.0900.25
HSL221.54º16.67%69.41%-
HSV(B)221.54º13.68%74.51%-
XYZ39.3641.1254.58-
YUV171.66138.35122.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=31.18%
G=32.70%
B=36.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641721900.140.0900.25221.5416.6769.41
HexA4ACBEE9019de1145
Octal244254276161103133621105
Binary1010010010101100101111101110100101100111011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ACBE; }

 p { color: rgb(164,172,190); }

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

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

 a { background-color: rgb(164,172,190); }

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

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

 span { border-color: rgb(164,172,190); }

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