#A3A4BE

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

Shades of Logan #A3A4BE

Tints of Logan #A3A4BE

Color information

#A3A4BE (or 0xA3A4BE) is unknown color: approx Logan. HEX triplet: A3, A4 and BE. RGB value is (163,164,190). Sum of RGB (Red+Green+Blue) = 163+164+190=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #A3A4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A4BE is #5C5B41. Grayscale: #A6A6A6. Windows color (decimal): -6052674 or 12493987. OLE color: 12493987.

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

Color convert

RGB163164190-
CMYK0.140.1400.25
HSL237.78º17.2%69.22%-
HSV(B)237.78º14.21%74.51%-
XYZ37.6738.0654.07-
YUV166.66141.17125.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.53%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=31.53%
G=31.72%
B=36.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631641900.140.1400.25237.7817.269.22
HexA3A4BEEE019ee1145
Octal243244276161603135621105
Binary1010001110100100101111101110111001100111101110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A4BE; }

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

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

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

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

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

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

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

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