Shades of Heather #AFC0CA
Tints of Heather #AFC0CA
RGB
CMYK
RGB Variations
Color information
#AFC0CA (or 0xAFC0CA) is known color: Heather. HEX triplet: AF, C0 and CA. RGB value is (175,192,202). Sum of RGB (Red+Green+Blue) = 175+192+202=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0CA is #503F35. Grayscale: #BCBCBC. Windows color (decimal): -5259062 or 13287599. OLE color: 13287599.
HSL color Cylindrical-coordinate representation of color #AFC0CA: hue angle of 202.22º 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 #AFC0CA is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 192 | 202 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.21 |
| HSL | 202.22º | 0.2% | 0.74% | - |
| HSV(B) | 202.22º | 0.13% | 0.79% | - |
| XYZ | 47.19 | 51.08 | 63.25 | - |
| YUV | 188.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 202 | 0.13 | 0.05 | 0 | 0.21 | 202.22 | 0.2 | 0.74 |
| Hex | AF | C0 | CA | D | 5 | 0 | 15 | CA | 14 | 4A |
| Octal | 257 | 300 | 312 | 15 | 5 | 0 | 25 | 312 | 24 | 112 |
| Binary | 10101111 | 11000000 | 11001010 | 1101 | 101 | 0 | 10101 | 11001010 | 10100 | 1001010 |
Color Harmonies of #AFC0CA
Complementary color
Monochromatic Colors of #AFC0CA
Black with #AFC0CA
Text Example
Text Example
White with #AFC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0CA; }
p { color: rgb(175,192,202); }
H1.HeaderClassName
{
color: #AFC0CA;
}
.AnyTagClassName
{
color: #AFC0CA;
}
</style>
background-color css
<style>
a { background-color: #AFC0CA; }
a { background-color: rgb(175,192,202); }
div.DivClassName
{
background-color: #AFC0CA;
}
.BgClassName
{
background-color: #AFC0CA;
}
</style>
border-color css
<style>
span { border-color: #AFC0CA; }
span { border-color: rgb(175,192,202); }
td.TdClassName
{
border-color: #AFC0CA;
}
.TagClassName
{
border-color: #AFC0CA;
}
</style>