Shades of Skeptic #A2BFAE
Tints of Skeptic #A2BFAE
RGB
CMYK
RGB Variations
Color information
#A2BFAE (or 0xA2BFAE) is known color: Skeptic. HEX triplet: A2, BF and AE. RGB value is (162,191,174). Sum of RGB (Red+Green+Blue) = 162+191+174=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BFAE is #5D4051. Grayscale: #B4B4B4. Windows color (decimal): -6111314 or 11452322. OLE color: 11452322.
HSL color Cylindrical-coordinate representation of color #A2BFAE: hue angle of 144.83º 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 #A2BFAE is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 174 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.25 |
| HSL | 144.83º | 0.18% | 0.69% | - |
| HSV(B) | 144.83º | 0.15% | 0.75% | - |
| XYZ | 41.17 | 48 | 47.14 | - |
| YUV | 180.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 174 | 0.15 | 0 | 0.09 | 0.25 | 144.83 | 0.18 | 0.69 |
| Hex | A2 | BF | AE | F | 0 | 9 | 19 | 91 | 12 | 45 |
| Octal | 242 | 277 | 256 | 17 | 0 | 11 | 31 | 221 | 22 | 105 |
| Binary | 10100010 | 10111111 | 10101110 | 1111 | 0 | 1001 | 11001 | 10010001 | 10010 | 1000101 |
Color Harmonies of #A2BFAE
Complementary color
Monochromatic Colors of #A2BFAE
Black with #A2BFAE
Text Example
Text Example
White with #A2BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BFAE; }
p { color: rgb(162,191,174); }
H1.HeaderClassName
{
color: #A2BFAE;
}
.AnyTagClassName
{
color: #A2BFAE;
}
</style>
background-color css
<style>
a { background-color: #A2BFAE; }
a { background-color: rgb(162,191,174); }
div.DivClassName
{
background-color: #A2BFAE;
}
.BgClassName
{
background-color: #A2BFAE;
}
</style>
border-color css
<style>
span { border-color: #A2BFAE; }
span { border-color: rgb(162,191,174); }
td.TdClassName
{
border-color: #A2BFAE;
}
.TagClassName
{
border-color: #A2BFAE;
}
</style>