#A0A4BE

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

Shades of Logan #A0A4BE

Tints of Logan #A0A4BE

Color information

#A0A4BE (or 0xA0A4BE) is unknown color: approx Logan. HEX triplet: A0, A4 and BE. RGB value is (160,164,190). Sum of RGB (Red+Green+Blue) = 160+164+190=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0A4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A4BE is #5F5B41. Grayscale: #A5A5A5. Windows color (decimal): -6249282 or 12493984. OLE color: 12493984.

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

Color convert

RGB160164190-
CMYK0.160.1400.25
HSL232º18.75%68.63%-
HSV(B)232º15.79%74.51%-
XYZ37.0737.7454.05-
YUV165.77141.67123.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=31.13%
G=31.91%
B=36.96%

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
Decimal1601641900.160.1400.2523218.7568.63
HexA0A4BE10E019e81345
Octal240244276201603135023105
Binary10100000101001001011111010000111001100111101000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A4BE; }

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

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

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

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

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

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

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

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