Shades of Opal #AFBFBB
Tints of Opal #AFBFBB
RGB
CMYK
RGB Variations
Color information
#AFBFBB (or 0xAFBFBB) is known color: Opal. HEX triplet: AF, BF and BB. RGB value is (175,191,187). Sum of RGB (Red+Green+Blue) = 175+191+187=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFBB is #504044. Grayscale: #B9B9B9. Windows color (decimal): -5259333 or 12304303. OLE color: 12304303.
HSL color Cylindrical-coordinate representation of color #AFBFBB: hue angle of 165º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFBFBB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 191 | 187 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.25 |
| HSL | 165º | 0.11% | 0.72% | - |
| HSV(B) | 165º | 0.08% | 0.75% | - |
| XYZ | 45.28 | 49.96 | 54.27 | - |
| YUV | 185.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 187 | 0.08 | 0 | 0.02 | 0.25 | 165 | 0.11 | 0.72 |
| Hex | AF | BF | BB | 8 | 0 | 2 | 19 | A5 | B | 48 |
| Octal | 257 | 277 | 273 | 10 | 0 | 2 | 31 | 245 | 13 | 110 |
| Binary | 10101111 | 10111111 | 10111011 | 1000 | 0 | 10 | 11001 | 10100101 | 1011 | 1001000 |
Color Harmonies of #AFBFBB
Complementary color
Monochromatic Colors of #AFBFBB
Black with #AFBFBB
Text Example
Text Example
White with #AFBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBFBB; }
p { color: rgb(175,191,187); }
H1.HeaderClassName
{
color: #AFBFBB;
}
.AnyTagClassName
{
color: #AFBFBB;
}
</style>
background-color css
<style>
a { background-color: #AFBFBB; }
a { background-color: rgb(175,191,187); }
div.DivClassName
{
background-color: #AFBFBB;
}
.BgClassName
{
background-color: #AFBFBB;
}
</style>
border-color css
<style>
span { border-color: #AFBFBB; }
span { border-color: rgb(175,191,187); }
td.TdClassName
{
border-color: #AFBFBB;
}
.TagClassName
{
border-color: #AFBFBB;
}
</style>