#A4A6BE

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

Shades of Logan #A4A6BE

Tints of Logan #A4A6BE

Color information

#A4A6BE (or 0xA4A6BE) is unknown color: approx Logan. HEX triplet: A4, A6 and BE. RGB value is (164,166,190). Sum of RGB (Red+Green+Blue) = 164+166+190=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4A6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A6BE is #5B5941. Grayscale: #A8A8A8. Windows color (decimal): -5986626 or 12494500. OLE color: 12494500.

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

Color convert

RGB164166190-
CMYK0.140.1300.25
HSL235.38º16.67%69.41%-
HSV(B)235.38º13.68%74.51%-
XYZ38.2438.8854.2-
YUV168.14140.34125.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=31.54%
G=31.92%
B=36.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641661900.140.1300.25235.3816.6769.41
HexA4A6BEED019eb1145
Octal244246276161503135321105
Binary1010010010100110101111101110110101100111101011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A6BE; }

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

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

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

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

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

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

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

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