#A5A7BA

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

Shades of Logan #A5A7BA

Tints of Logan #A5A7BA

Color information

#A5A7BA (or 0xA5A7BA) is unknown color: approx Logan. HEX triplet: A5, A7 and BA. RGB value is (165,167,186). Sum of RGB (Red+Green+Blue) = 165+167+186=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #A5A7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A7BA is #5A5845. Grayscale: #A8A8A8. Windows color (decimal): -5920838 or 12232613. OLE color: 12232613.

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

Color convert

RGB165167186-
CMYK0.110.1000.27
HSL234.29º13.21%68.82%-
HSV(B)234.29º11.29%72.94%-
XYZ38.239.1852-
YUV168.57137.84125.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 167 (65.62% from 255) = 32.24%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=31.85%
G=32.24%
B=35.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651671860.110.1000.27234.2913.2168.82
HexA5A7BABA01Bead45
Octal245247272131203335215105
Binary101001011010011110111010101110100110111110101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A7BA; }

 p { color: rgb(165,167,186); }

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

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

 a { background-color: rgb(165,167,186); }

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

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

 span { border-color: rgb(165,167,186); }

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