#A0A3BE

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

Shades of Logan #A0A3BE

Tints of Logan #A0A3BE

Color information

#A0A3BE (or 0xA0A3BE) is unknown color: approx Logan. HEX triplet: A0, A3 and BE. RGB value is (160,163,190). Sum of RGB (Red+Green+Blue) = 160+163+190=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0A3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A3BE is #5F5C41. Grayscale: #A5A5A5. Windows color (decimal): -6249538 or 12493728. OLE color: 12493728.

HSL color Cylindrical-coordinate representation of color #A0A3BE: hue angle of 234º 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 #A0A3BE is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160163190-
CMYK0.160.1400.25
HSL234º18.75%68.63%-
HSV(B)234º15.79%74.51%-
XYZ36.8937.3953.99-
YUV165.18142.01124.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=31.19%
G=31.77%
B=37.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601631900.160.1400.2523418.7568.63
HexA0A3BE10E019ea1345
Octal240243276201603135223105
Binary10100000101000111011111010000111001100111101010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A3BE; }

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

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

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

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

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

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

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

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