#A0ADBE

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

Shades of Mischka #A0ADBE

Tints of Mischka #A0ADBE

Color information

#A0ADBE (or 0xA0ADBE) is unknown color: approx Mischka. HEX triplet: A0, AD and BE. RGB value is (160,173,190). Sum of RGB (Red+Green+Blue) = 160+173+190=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADBE is #5F5241. Grayscale: #AAAAAA. Windows color (decimal): -6246978 or 12496288. OLE color: 12496288.

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

Color convert

RGB160173190-
CMYK0.160.0900.25
HSL214º18.75%68.63%-
HSV(B)214º15.79%74.51%-
XYZ38.7441.0854.6-
YUV171.05138.69120.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=30.59%
G=33.08%
B=36.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601731900.160.0900.2521418.7568.63
HexA0ADBE109019d61345
Octal240255276201103132623105
Binary10100000101011011011111010000100101100111010110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ADBE; }

 p { color: rgb(160,173,190); }

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

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

 a { background-color: rgb(160,173,190); }

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

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

 span { border-color: rgb(160,173,190); }

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