#A3B8AF

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

Shades of Skeptic #A3B8AF

Tints of Skeptic #A3B8AF

Color information

#A3B8AF (or 0xA3B8AF) is unknown color: approx Skeptic. HEX triplet: A3, B8 and AF. RGB value is (163,184,175). Sum of RGB (Red+Green+Blue) = 163+184+175=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B8AF is #5C4750. Grayscale: #B0B0B0. Windows color (decimal): -6047569 or 11516067. OLE color: 11516067.

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

Color convert

RGB163184175-
CMYK0.1100.050.28
HSL154.29º12.88%68.04%-
HSV(B)154.29º11.41%72.16%-
XYZ39.9845.1647.17-
YUV176.7127.04118.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.23%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=31.23%
G=35.25%
B=33.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631841750.1100.050.28154.2912.8868.04
HexA3B8AFB051C9ad44
Octal24327025713053423215104
Binary10100011101110001010111110110101111001001101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B8AF; }

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

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

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

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

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

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

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

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