Shades of Opal #AFCAC0
Tints of Opal #AFCAC0
RGB
CMYK
RGB Variations
Color information
#AFCAC0 (or 0xAFCAC0) is known color: Opal. HEX triplet: AF, CA and C0. RGB value is (175,202,192). Sum of RGB (Red+Green+Blue) = 175+202+192=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAC0 is #50353F. Grayscale: #C0C0C0. Windows color (decimal): -5256512 or 12634799. OLE color: 12634799.
HSL color Cylindrical-coordinate representation of color #AFCAC0: hue angle of 157.78º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCAC0 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 192 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.21 |
| HSL | 157.78º | 0.2% | 0.74% | - |
| HSV(B) | 157.78º | 0.13% | 0.79% | - |
| XYZ | 48.31 | 55.16 | 57.97 | - |
| YUV | 192.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 192 | 0.13 | 0 | 0.05 | 0.21 | 157.78 | 0.2 | 0.74 |
| Hex | AF | CA | C0 | D | 0 | 5 | 15 | 9E | 14 | 4A |
| Octal | 257 | 312 | 300 | 15 | 0 | 5 | 25 | 236 | 24 | 112 |
| Binary | 10101111 | 11001010 | 11000000 | 1101 | 0 | 101 | 10101 | 10011110 | 10100 | 1001010 |
Color Harmonies of #AFCAC0
Complementary color
Monochromatic Colors of #AFCAC0
Black with #AFCAC0
Text Example
Text Example
White with #AFCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCAC0; }
p { color: rgb(175,202,192); }
H1.HeaderClassName
{
color: #AFCAC0;
}
.AnyTagClassName
{
color: #AFCAC0;
}
</style>
background-color css
<style>
a { background-color: #AFCAC0; }
a { background-color: rgb(175,202,192); }
div.DivClassName
{
background-color: #AFCAC0;
}
.BgClassName
{
background-color: #AFCAC0;
}
</style>
border-color css
<style>
span { border-color: #AFCAC0; }
span { border-color: rgb(175,202,192); }
td.TdClassName
{
border-color: #AFCAC0;
}
.TagClassName
{
border-color: #AFCAC0;
}
</style>