#A3B8AD

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

Shades of Skeptic #A3B8AD

Tints of Skeptic #A3B8AD

Color information

#A3B8AD (or 0xA3B8AD) is unknown color: approx Skeptic. HEX triplet: A3, B8 and AD. RGB value is (163,184,173). Sum of RGB (Red+Green+Blue) = 163+184+173=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B8AD is #5C4752. Grayscale: #B0B0B0. Windows color (decimal): -6047571 or 11384995. OLE color: 11384995.

HSL color Cylindrical-coordinate representation of color #A3B8AD: hue angle of 148.57º 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 #A3B8AD is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB163184173-
CMYK0.1100.060.28
HSL148.57º12.88%68.04%-
HSV(B)148.57º11.41%72.16%-
XYZ39.7945.0846.14-
YUV176.47126.04118.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 184 (72.27% from 255) = 35.38%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=31.35%
G=35.38%
B=33.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631841730.1100.060.28148.5712.8868.04
HexA3B8ADB061C95d44
Octal24327025513063422515104
Binary10100011101110001010110110110110111001001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B8AD; }

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

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

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

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

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

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

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

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