#A3ACB7

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

Shades of Mischka #A3ACB7

Tints of Mischka #A3ACB7

Color information

#A3ACB7 (or 0xA3ACB7) is unknown color: approx Mischka. HEX triplet: A3, AC and B7. RGB value is (163,172,183). Sum of RGB (Red+Green+Blue) = 163+172+183=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 183 - color contains mainly: blue. Hex color #A3ACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ACB7 is #5C5348. Grayscale: #AAAAAA. Windows color (decimal): -6050633 or 12037283. OLE color: 12037283.

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

Color convert

RGB163172183-
CMYK0.110.0600.28
HSL213º12.2%67.84%-
HSV(B)213º10.93%71.76%-
XYZ38.440.7150.63-
YUV170.56135.02122.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.47%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=31.47%
G=33.20%
B=35.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631721830.110.0600.2821312.267.84
HexA3ACB7B601Cd5c44
Octal24325426713603432514104
Binary10100011101011001011011110111100111001101010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ACB7; }

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

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

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

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

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

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

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

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