#A4ADB7

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

Shades of Mischka #A4ADB7

Tints of Mischka #A4ADB7

Color information

#A4ADB7 (or 0xA4ADB7) is unknown color: approx Mischka. HEX triplet: A4, AD and B7. RGB value is (164,173,183). Sum of RGB (Red+Green+Blue) = 164+173+183=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 183 - color contains mainly: blue. Hex color #A4ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ADB7 is #5B5248. Grayscale: #ABABAB. Windows color (decimal): -5984841 or 12037540. OLE color: 12037540.

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

Color convert

RGB164173183-
CMYK0.100.0500.28
HSL211.58º11.66%68.04%-
HSV(B)211.58º10.38%71.76%-
XYZ38.841.250.71-
YUV171.45134.52122.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 183 (71.88% from 255) = 35.19%
R=31.54%
G=33.27%
B=35.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641731830.100.0500.28211.5811.6668.04
HexA4ADB7A501Cd4c44
Octal24425526712503432414104
Binary10100100101011011011011110101010111001101010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ADB7; }

 p { color: rgb(164,173,183); }

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

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

 a { background-color: rgb(164,173,183); }

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

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

 span { border-color: rgb(164,173,183); }

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