Shades of Skeptic #A3BCAD
Tints of Skeptic #A3BCAD
RGB
CMYK
RGB Variations
Color information
#A3BCAD (or 0xA3BCAD) is known color: 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
| RGB | 163 | 188 | 173 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.26 |
| HSL | 144º | 0.16% | 0.69% | - |
| HSV(B) | 144º | 0.13% | 0.74% | - |
| XYZ | 40.63 | 46.77 | 46.42 | - |
| YUV | 178.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 173 | 0.13 | 0 | 0.08 | 0.26 | 144 | 0.16 | 0.69 |
| Hex | A3 | BC | AD | D | 0 | 8 | 1A | 90 | 10 | 45 |
| Octal | 243 | 274 | 255 | 15 | 0 | 10 | 32 | 220 | 20 | 105 |
| Binary | 10100011 | 10111100 | 10101101 | 1101 | 0 | 1000 | 11010 | 10010000 | 10000 | 1000101 |
Color Harmonies of #A3BCAD
Complementary color
Monochromatic Colors of #A3BCAD
Black with #A3BCAD
Text Example
Text Example
White with #A3BCAD
Text Example
Text Example
HTML Codes & Css Web 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>