Shades of Opal #AFBCBA
Tints of Opal #AFBCBA
RGB
CMYK
RGB Variations
Color information
#AFBCBA (or 0xAFBCBA) is known color: Opal. HEX triplet: AF, BC and BA. RGB value is (175,188,186). Sum of RGB (Red+Green+Blue) = 175+188+186=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCBA is #504345. Grayscale: #B7B7B7. Windows color (decimal): -5260102 or 12237999. OLE color: 12237999.
HSL color Cylindrical-coordinate representation of color #AFBCBA: hue angle of 170.77º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBCBA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 186 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.26 |
| HSL | 170.77º | 0.09% | 0.71% | - |
| HSV(B) | 170.77º | 0.07% | 0.74% | - |
| XYZ | 44.53 | 48.63 | 53.49 | - |
| YUV | 183.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 186 | 0.07 | 0 | 0.01 | 0.26 | 170.77 | 0.09 | 0.71 |
| Hex | AF | BC | BA | 7 | 0 | 1 | 1A | AB | 9 | 47 |
| Octal | 257 | 274 | 272 | 7 | 0 | 1 | 32 | 253 | 11 | 107 |
| Binary | 10101111 | 10111100 | 10111010 | 111 | 0 | 1 | 11010 | 10101011 | 1001 | 1000111 |
Color Harmonies of #AFBCBA
Complementary color
Monochromatic Colors of #AFBCBA
Black with #AFBCBA
Text Example
Text Example
White with #AFBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBCBA; }
p { color: rgb(175,188,186); }
H1.HeaderClassName
{
color: #AFBCBA;
}
.AnyTagClassName
{
color: #AFBCBA;
}
</style>
background-color css
<style>
a { background-color: #AFBCBA; }
a { background-color: rgb(175,188,186); }
div.DivClassName
{
background-color: #AFBCBA;
}
.BgClassName
{
background-color: #AFBCBA;
}
</style>
border-color css
<style>
span { border-color: #AFBCBA; }
span { border-color: rgb(175,188,186); }
td.TdClassName
{
border-color: #AFBCBA;
}
.TagClassName
{
border-color: #AFBCBA;
}
</style>