#A4ACBB

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

Shades of Mischka #A4ACBB

Tints of Mischka #A4ACBB

Color information

#A4ACBB (or 0xA4ACBB) is unknown color: approx Mischka. HEX triplet: A4, AC and BB. RGB value is (164,172,187). Sum of RGB (Red+Green+Blue) = 164+172+187=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4ACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACBB is #5B5344. Grayscale: #ABABAB. Windows color (decimal): -5985093 or 12299428. OLE color: 12299428.

HSL color Cylindrical-coordinate representation of color #A4ACBB: hue angle of 219.13º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4ACBB is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164172187-
CMYK0.120.0800.27
HSL219.13º14.47%68.82%-
HSV(B)219.13º12.3%73.33%-
XYZ39.0340.9952.87-
YUV171.32136.85122.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=31.36%
G=32.89%
B=35.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641721870.120.0800.27219.1314.4768.82
HexA4ACBBC801Bdbe45
Octal244254273141003333316105
Binary101001001010110010111011110010000110111101101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ACBB; }

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

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

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

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

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

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

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

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