#A4A6BC

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

Shades of Logan #A4A6BC

Tints of Logan #A4A6BC

Color information

#A4A6BC (or 0xA4A6BC) is unknown color: approx Logan. HEX triplet: A4, A6 and BC. RGB value is (164,166,188). Sum of RGB (Red+Green+Blue) = 164+166+188=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4A6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A6BC is #5B5943. Grayscale: #A7A7A7. Windows color (decimal): -5986628 or 12363428. OLE color: 12363428.

HSL color Cylindrical-coordinate representation of color #A4A6BC: hue angle of 235º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4A6BC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164166188-
CMYK0.130.1200.26
HSL235º15.19%69.02%-
HSV(B)235º12.77%73.73%-
XYZ38.0238.853.06-
YUV167.91139.34125.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 166 (65.23% from 255) = 32.05%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=31.66%
G=32.05%
B=36.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641661880.130.1200.2623515.1969.02
HexA4A6BCDC01Aebf45
Octal244246274151403235317105
Binary101001001010011010111100110111000110101110101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A6BC; }

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

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

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

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

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

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

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

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