#A3BCAD

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

Shades of Skeptic #A3BCAD

Tints of Skeptic #A3BCAD

Color information

#A3BCAD (or 0xA3BCAD) is unknown color: approx Skeptic. HEX triplet: A3, BC and AD. RGB value is (163,188,173). Sum of RGB (Red+Green+Blue) = 163+188+173=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCAD is #5C4352. Grayscale: #B2B2B2. Windows color (decimal): -6046547 or 11386019. OLE color: 11386019.

HSL color Cylindrical-coordinate representation of color #A3BCAD: hue angle of 144º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BCAD is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB163188173-
CMYK0.1300.080.26
HSL144º15.72%68.82%-
HSV(B)144º13.3%73.73%-
XYZ40.6346.7746.42-
YUV178.82124.72116.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.11%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=31.11%
G=35.88%
B=33.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631881730.1300.080.2614415.7268.82
HexA3BCADD081A901045
Octal243274255150103222020105
Binary1010001110111100101011011101010001101010010000100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BCAD; }

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

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

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

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

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

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

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

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