#A4A4BE

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

Shades of Logan #A4A4BE

Tints of Logan #A4A4BE

Color information

#A4A4BE (or 0xA4A4BE) is unknown color: approx Logan. HEX triplet: A4, A4 and BE. RGB value is (164,164,190). Sum of RGB (Red+Green+Blue) = 164+164+190=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4A4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A4BE is #5B5B41. Grayscale: #A6A6A6. Windows color (decimal): -5987138 or 12493988. OLE color: 12493988.

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

Color convert

RGB164164190-
CMYK0.140.1400.25
HSL240º16.67%69.41%-
HSV(B)240º13.68%74.51%-
XYZ37.8838.1654.08-
YUV166.96141125.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=31.66%
G=31.66%
B=36.68%

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
Decimal1641641900.140.1400.2524016.6769.41
HexA4A4BEEE019f01145
Octal244244276161603136021105
Binary1010010010100100101111101110111001100111110000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A4BE; }

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

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

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

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

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

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

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

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