Shades of Sprout #AFC1A0
Tints of Sprout #AFC1A0
RGB
CMYK
RGB Variations
Color information
#AFC1A0 (or 0xAFC1A0) is known color: Sprout. HEX triplet: AF, C1 and A0. RGB value is (175,193,160). Sum of RGB (Red+Green+Blue) = 175+193+160=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC1A0 is #503E5F. Grayscale: #B7B7B7. Windows color (decimal): -5258848 or 10535343. OLE color: 10535343.
HSL color Cylindrical-coordinate representation of color #AFC1A0: hue angle of 92.73º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFC1A0 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 160 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.24 |
| HSL | 92.73º | 0.21% | 0.69% | - |
| HSV(B) | 92.73º | 0.17% | 0.76% | - |
| XYZ | 43.09 | 49.79 | 40.6 | - |
| YUV | 183.86 | 114.54 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 160 | 0.09 | 0 | 0.17 | 0.24 | 92.73 | 0.21 | 0.69 |
| Hex | AF | C1 | A0 | 9 | 0 | 11 | 18 | 5D | 15 | 45 |
| Octal | 257 | 301 | 240 | 11 | 0 | 21 | 30 | 135 | 25 | 105 |
| Binary | 10101111 | 11000001 | 10100000 | 1001 | 0 | 10001 | 11000 | 1011101 | 10101 | 1000101 |
Color Harmonies of #AFC1A0
Complementary color
Monochromatic Colors of #AFC1A0
Black with #AFC1A0
Text Example
Text Example
White with #AFC1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1A0; }
p { color: rgb(175,193,160); }
H1.HeaderClassName
{
color: #AFC1A0;
}
.AnyTagClassName
{
color: #AFC1A0;
}
</style>
background-color css
<style>
a { background-color: #AFC1A0; }
a { background-color: rgb(175,193,160); }
div.DivClassName
{
background-color: #AFC1A0;
}
.BgClassName
{
background-color: #AFC1A0;
}
</style>
border-color css
<style>
span { border-color: #AFC1A0; }
span { border-color: rgb(175,193,160); }
td.TdClassName
{
border-color: #AFC1A0;
}
.TagClassName
{
border-color: #AFC1A0;
}
</style>