#A0A5B3

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

Shades of Mischka #A0A5B3

Tints of Mischka #A0A5B3

Color information

#A0A5B3 (or 0xA0A5B3) is unknown color: approx Mischka. HEX triplet: A0, A5 and B3. RGB value is (160,165,179). Sum of RGB (Red+Green+Blue) = 160+165+179=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 179 - color contains mainly: blue. Hex color #A0A5B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A5B3 is #5F5A4C. Grayscale: #A5A5A5. Windows color (decimal): -6249037 or 11773344. OLE color: 11773344.

HSL color Cylindrical-coordinate representation of color #A0A5B3: hue angle of 224.21º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0A5B3 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB160165179-
CMYK0.110.0800.30
HSL224.21º11.11%66.47%-
HSV(B)224.21º10.61%70.2%-
XYZ36.0937.6448.01-
YUV165.1135.84124.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.75%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 179 (70.31% from 255) = 35.52%
R=31.75%
G=32.74%
B=35.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601651790.110.0800.30224.2111.1166.47
HexA0A5B3B801Ee0b42
Octal240245263131003634013102
Binary101000001010010110110011101110000111101110000010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A5B3; }

 p { color: rgb(160,165,179); }

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

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

 a { background-color: rgb(160,165,179); }

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

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

 span { border-color: rgb(160,165,179); }

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