Shades of Opal #AFCAC5
Tints of Opal #AFCAC5
RGB
CMYK
RGB Variations
Color information
#AFCAC5 (or 0xAFCAC5) is known color: Opal. HEX triplet: AF, CA and C5. RGB value is (175,202,197). Sum of RGB (Red+Green+Blue) = 175+202+197=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAC5 is #50353A. Grayscale: #C1C1C1. Windows color (decimal): -5256507 or 12962479. OLE color: 12962479.
HSL color Cylindrical-coordinate representation of color #AFCAC5: hue angle of 168.89º 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 #AFCAC5 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 197 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.21 |
| HSL | 168.89º | 0.2% | 0.74% | - |
| HSV(B) | 168.89º | 0.13% | 0.79% | - |
| XYZ | 48.88 | 55.39 | 60.94 | - |
| YUV | 193.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 197 | 0.13 | 0 | 0.02 | 0.21 | 168.89 | 0.2 | 0.74 |
| Hex | AF | CA | C5 | D | 0 | 2 | 15 | A9 | 14 | 4A |
| Octal | 257 | 312 | 305 | 15 | 0 | 2 | 25 | 251 | 24 | 112 |
| Binary | 10101111 | 11001010 | 11000101 | 1101 | 0 | 10 | 10101 | 10101001 | 10100 | 1001010 |
Color Harmonies of #AFCAC5
Complementary color
Monochromatic Colors of #AFCAC5
Black with #AFCAC5
Text Example
Text Example
White with #AFCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCAC5; }
p { color: rgb(175,202,197); }
H1.HeaderClassName
{
color: #AFCAC5;
}
.AnyTagClassName
{
color: #AFCAC5;
}
</style>
background-color css
<style>
a { background-color: #AFCAC5; }
a { background-color: rgb(175,202,197); }
div.DivClassName
{
background-color: #AFCAC5;
}
.BgClassName
{
background-color: #AFCAC5;
}
</style>
border-color css
<style>
span { border-color: #AFCAC5; }
span { border-color: rgb(175,202,197); }
td.TdClassName
{
border-color: #AFCAC5;
}
.TagClassName
{
border-color: #AFCAC5;
}
</style>