Shades of Skeptic #A2BEAD
Tints of Skeptic #A2BEAD
RGB
CMYK
RGB Variations
Color information
#A2BEAD (or 0xA2BEAD) is known color: Skeptic. HEX triplet: A2, BE and AD. RGB value is (162,190,173). Sum of RGB (Red+Green+Blue) = 162+190+173=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BEAD is #5D4152. Grayscale: #B3B3B3. Windows color (decimal): -6111571 or 11386530. OLE color: 11386530.
HSL color Cylindrical-coordinate representation of color #A2BEAD: hue angle of 143.57º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BEAD is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 173 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.25 |
| HSL | 143.57º | 0.18% | 0.69% | - |
| HSV(B) | 143.57º | 0.15% | 0.75% | - |
| XYZ | 40.86 | 47.53 | 46.56 | - |
| YUV | 179.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 173 | 0.15 | 0 | 0.09 | 0.25 | 143.57 | 0.18 | 0.69 |
| Hex | A2 | BE | AD | F | 0 | 9 | 19 | 90 | 12 | 45 |
| Octal | 242 | 276 | 255 | 17 | 0 | 11 | 31 | 220 | 22 | 105 |
| Binary | 10100010 | 10111110 | 10101101 | 1111 | 0 | 1001 | 11001 | 10010000 | 10010 | 1000101 |
Color Harmonies of #A2BEAD
Complementary color
Monochromatic Colors of #A2BEAD
Black with #A2BEAD
Text Example
Text Example
White with #A2BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BEAD; }
p { color: rgb(162,190,173); }
H1.HeaderClassName
{
color: #A2BEAD;
}
.AnyTagClassName
{
color: #A2BEAD;
}
</style>
background-color css
<style>
a { background-color: #A2BEAD; }
a { background-color: rgb(162,190,173); }
div.DivClassName
{
background-color: #A2BEAD;
}
.BgClassName
{
background-color: #A2BEAD;
}
</style>
border-color css
<style>
span { border-color: #A2BEAD; }
span { border-color: rgb(162,190,173); }
td.TdClassName
{
border-color: #A2BEAD;
}
.TagClassName
{
border-color: #A2BEAD;
}
</style>