#A5B7AB

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

Shades of Skeptic #A5B7AB

Tints of Skeptic #A5B7AB

Color information

#A5B7AB (or 0xA5B7AB) is unknown color: approx Skeptic. HEX triplet: A5, B7 and AB. RGB value is (165,183,171). Sum of RGB (Red+Green+Blue) = 165+183+171=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B7AB is #5A4854. Grayscale: #B0B0B0. Windows color (decimal): -5916757 or 11253669. OLE color: 11253669.

HSL color Cylindrical-coordinate representation of color #A5B7AB: hue angle of 140º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5B7AB is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB165183171-
CMYK0.1000.070.28
HSL140º11.11%68.24%-
HSV(B)140º9.84%71.76%-
XYZ39.844.8145.08-
YUV176.25125.04119.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 183 (71.88% from 255) = 35.26%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=31.79%
G=35.26%
B=32.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651831710.1000.070.2814011.1168.24
HexA5B7ABA071C8cb44
Octal24526725312073421413104
Binary10100101101101111010101110100111111001000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B7AB; }

 p { color: rgb(165,183,171); }

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

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

 a { background-color: rgb(165,183,171); }

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

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

 span { border-color: rgb(165,183,171); }

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