#A7A6BC

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

Shades of Logan #A7A6BC

Tints of Logan #A7A6BC

Color information

#A7A6BC (or 0xA7A6BC) is unknown color: approx Logan. HEX triplet: A7, A6 and BC. RGB value is (167,166,188). Sum of RGB (Red+Green+Blue) = 167+166+188=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #A7A6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A6BC is #585943. Grayscale: #A8A8A8. Windows color (decimal): -5790020 or 12363431. OLE color: 12363431.

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

Color convert

RGB167166188-
CMYK0.110.1200.26
HSL242.73º14.1%69.41%-
HSV(B)242.73º11.7%73.73%-
XYZ38.6539.1253.09-
YUV168.81138.83126.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 166 (65.23% from 255) = 31.86%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=32.05%
G=31.86%
B=36.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671661880.110.1200.26242.7314.169.41
HexA7A6BCBC01Af3e45
Octal247246274131403236316105
Binary101001111010011010111100101111000110101111001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A6BC; }

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

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

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

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

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

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

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

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