#A4A6BB

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

Shades of Logan #A4A6BB

Tints of Logan #A4A6BB

Color information

#A4A6BB (or 0xA4A6BB) is unknown color: approx Logan. HEX triplet: A4, A6 and BB. RGB value is (164,166,187). Sum of RGB (Red+Green+Blue) = 164+166+187=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4A6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A6BB is #5B5944. Grayscale: #A7A7A7. Windows color (decimal): -5986629 or 12297892. OLE color: 12297892.

HSL color Cylindrical-coordinate representation of color #A4A6BB: hue angle of 234.78º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4A6BB is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164166187-
CMYK0.120.1100.27
HSL234.78º14.47%68.82%-
HSV(B)234.78º12.3%73.33%-
XYZ37.9238.7552.5-
YUV167.8138.84125.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=31.72%
G=32.11%
B=36.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641661870.120.1100.27234.7814.4768.82
HexA4A6BBCB01Bebe45
Octal244246273141303335316105
Binary101001001010011010111011110010110110111110101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A6BB; }

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

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

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

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

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

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

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

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