#A8ACB7

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

Shades of Mischka #A8ACB7

Tints of Mischka #A8ACB7

Color information

#A8ACB7 (or 0xA8ACB7) is unknown color: approx Mischka. HEX triplet: A8, AC and B7. RGB value is (168,172,183). Sum of RGB (Red+Green+Blue) = 168+172+183=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 183 - color contains mainly: blue. Hex color #A8ACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACB7 is #575348. Grayscale: #ACACAC. Windows color (decimal): -5722953 or 12037288. OLE color: 12037288.

HSL color Cylindrical-coordinate representation of color #A8ACB7: hue angle of 224º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8ACB7 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB168172183-
CMYK0.080.0600.28
HSL224º9.43%68.82%-
HSV(B)224º8.2%71.76%-
XYZ39.4541.2550.68-
YUV172.06134.17125.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 183 (71.88% from 255) = 34.99%
R=32.12%
G=32.89%
B=34.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681721830.080.0600.282249.4368.82
HexA8ACB78601Ce0945
Octal25025426710603434011105
Binary10101000101011001011011110001100111001110000010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACB7; }

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

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

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

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

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

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

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

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