#A8ACBE

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

Shades of Mischka #A8ACBE

Tints of Mischka #A8ACBE

Color information

#A8ACBE (or 0xA8ACBE) is unknown color: approx Mischka. HEX triplet: A8, AC and BE. RGB value is (168,172,190). Sum of RGB (Red+Green+Blue) = 168+172+190=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #A8ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACBE is #575341. Grayscale: #ACACAC. Windows color (decimal): -5722946 or 12496040. OLE color: 12496040.

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

Color convert

RGB168172190-
CMYK0.120.0900.25
HSL229.09º14.47%70.2%-
HSV(B)229.09º11.58%74.51%-
XYZ40.241.5554.62-
YUV172.86137.67124.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=31.70%
G=32.45%
B=35.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681721900.120.0900.25229.0914.4770.2
HexA8ACBEC9019e5e46
Octal250254276141103134516106
Binary101010001010110010111110110010010110011110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACBE; }

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

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

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

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

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

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

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

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