#A3B6AF

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

Shades of Skeptic #A3B6AF

Tints of Skeptic #A3B6AF

Color information

#A3B6AF (or 0xA3B6AF) is unknown color: approx Skeptic. HEX triplet: A3, B6 and AF. RGB value is (163,182,175). Sum of RGB (Red+Green+Blue) = 163+182+175=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B6AF is #5C4950. Grayscale: #AFAFAF. Windows color (decimal): -6048081 or 11515555. OLE color: 11515555.

HSL color Cylindrical-coordinate representation of color #A3B6AF: hue angle of 157.89º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3B6AF is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB163182175-
CMYK0.1000.040.29
HSL157.89º11.52%67.65%-
HSV(B)157.89º10.44%71.37%-
XYZ39.5744.3447.03-
YUV175.52127.71119.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 182 (71.48% from 255) = 35%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=31.35%
G=35%
B=33.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631821750.1000.040.29157.8911.5267.65
HexA3B6AFA041D9ec44
Octal24326625712043523614104
Binary10100011101101101010111110100100111011001111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B6AF; }

 p { color: rgb(163,182,175); }

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

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

 a { background-color: rgb(163,182,175); }

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

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

 span { border-color: rgb(163,182,175); }

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