Shades of Opal #AFBAB7
Tints of Opal #AFBAB7
RGB
CMYK
RGB Variations
Color information
#AFBAB7 (or 0xAFBAB7) is known color: Opal. HEX triplet: AF, BA and B7. RGB value is (175,186,183). Sum of RGB (Red+Green+Blue) = 175+186+183=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAB7 is #504548. Grayscale: #B6B6B6. Windows color (decimal): -5260617 or 12040879. OLE color: 12040879.
HSL color Cylindrical-coordinate representation of color #AFBAB7: hue angle of 163.64º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBAB7 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 175 | 186 | 183 | - |
CMYK | 0.06 | 0 | 0.02 | 0.27 |
HSL | 163.64º | 0.07% | 0.71% | - |
HSV(B) | 163.64º | 0.06% | 0.73% | - |
XYZ | 43.79 | 47.65 | 51.69 | - |
YUV | 182.37 | 128.36 | 122.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 186 | 183 | 0.06 | 0 | 0.02 | 0.27 | 163.64 | 0.07 | 0.71 |
Hex | AF | BA | B7 | 6 | 0 | 2 | 1B | A4 | 7 | 47 |
Octal | 257 | 272 | 267 | 6 | 0 | 2 | 33 | 244 | 7 | 107 |
Binary | 10101111 | 10111010 | 10110111 | 110 | 0 | 10 | 11011 | 10100100 | 111 | 1000111 |
Color Harmonies of #AFBAB7
Complementary color
Monochromatic Colors of #AFBAB7
Black with #AFBAB7
Text Example
Text Example
White with #AFBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBAB7; }
p { color: rgb(175,186,183); }
H1.HeaderClassName
{
color: #AFBAB7;
}
.AnyTagClassName
{
color: #AFBAB7;
}
</style>
background-color css
<style>
a { background-color: #AFBAB7; }
a { background-color: rgb(175,186,183); }
div.DivClassName
{
background-color: #AFBAB7;
}
.BgClassName
{
background-color: #AFBAB7;
}
</style>
border-color css
<style>
span { border-color: #AFBAB7; }
span { border-color: rgb(175,186,183); }
td.TdClassName
{
border-color: #AFBAB7;
}
.TagClassName
{
border-color: #AFBAB7;
}
</style>