#A3BDAD

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

Shades of Skeptic #A3BDAD

Tints of Skeptic #A3BDAD

Color information

#A3BDAD (or 0xA3BDAD) is unknown color: approx Skeptic. HEX triplet: A3, BD and AD. RGB value is (163,189,173). Sum of RGB (Red+Green+Blue) = 163+189+173=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BDAD is #5C4252. Grayscale: #B3B3B3. Windows color (decimal): -6046291 or 11386275. OLE color: 11386275.

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

Color convert

RGB163189173-
CMYK0.1400.080.26
HSL143.08º16.46%69.02%-
HSV(B)143.08º13.76%74.12%-
XYZ40.8447.246.49-
YUV179.4124.39116.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=31.05%
G=36%
B=32.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631891730.1400.080.26143.0816.4669.02
HexA3BDADE081A8f1045
Octal243275255160103221720105
Binary1010001110111101101011011110010001101010001111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BDAD; }

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

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

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

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

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

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

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

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