Shades of Sprout #AFC4A0
Tints of Sprout #AFC4A0
RGB
CMYK
RGB Variations
Color information
#AFC4A0 (or 0xAFC4A0) is known color: Sprout. HEX triplet: AF, C4 and A0. RGB value is (175,196,160). Sum of RGB (Red+Green+Blue) = 175+196+160=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4A0 is #503B5F. Grayscale: #B9B9B9. Windows color (decimal): -5258080 or 10536111. OLE color: 10536111.
HSL color Cylindrical-coordinate representation of color #AFC4A0: hue angle of 95º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC4A0 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 160 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.23 |
| HSL | 95º | 0.23% | 0.7% | - |
| HSV(B) | 95º | 0.18% | 0.77% | - |
| XYZ | 43.76 | 51.13 | 40.82 | - |
| YUV | 185.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 160 | 0.11 | 0 | 0.18 | 0.23 | 95 | 0.23 | 0.7 |
| Hex | AF | C4 | A0 | B | 0 | 12 | 17 | 5F | 17 | 46 |
| Octal | 257 | 304 | 240 | 13 | 0 | 22 | 27 | 137 | 27 | 106 |
| Binary | 10101111 | 11000100 | 10100000 | 1011 | 0 | 10010 | 10111 | 1011111 | 10111 | 1000110 |
Color Harmonies of #AFC4A0
Complementary color
Monochromatic Colors of #AFC4A0
Black with #AFC4A0
Text Example
Text Example
White with #AFC4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4A0; }
p { color: rgb(175,196,160); }
H1.HeaderClassName
{
color: #AFC4A0;
}
.AnyTagClassName
{
color: #AFC4A0;
}
</style>
background-color css
<style>
a { background-color: #AFC4A0; }
a { background-color: rgb(175,196,160); }
div.DivClassName
{
background-color: #AFC4A0;
}
.BgClassName
{
background-color: #AFC4A0;
}
</style>
border-color css
<style>
span { border-color: #AFC4A0; }
span { border-color: rgb(175,196,160); }
td.TdClassName
{
border-color: #AFC4A0;
}
.TagClassName
{
border-color: #AFC4A0;
}
</style>