Shades of Sprout #AFBD9E
Tints of Sprout #AFBD9E
RGB
CMYK
RGB Variations
Color information
#AFBD9E (or 0xAFBD9E) is known color: Sprout. HEX triplet: AF, BD and 9E. RGB value is (175,189,158). Sum of RGB (Red+Green+Blue) = 175+189+158=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD9E is #504261. Grayscale: #B5B5B5. Windows color (decimal): -5259874 or 10403247. OLE color: 10403247.
HSL color Cylindrical-coordinate representation of color #AFBD9E: hue angle of 87.1º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFBD9E is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 158 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.26 |
| HSL | 87.1º | 0.19% | 0.68% | - |
| HSV(B) | 87.1º | 0.16% | 0.74% | - |
| XYZ | 42.05 | 47.98 | 39.39 | - |
| YUV | 181.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 158 | 0.07 | 0 | 0.16 | 0.26 | 87.1 | 0.19 | 0.68 |
| Hex | AF | BD | 9E | 7 | 0 | 10 | 1A | 57 | 13 | 44 |
| Octal | 257 | 275 | 236 | 7 | 0 | 20 | 32 | 127 | 23 | 104 |
| Binary | 10101111 | 10111101 | 10011110 | 111 | 0 | 10000 | 11010 | 1010111 | 10011 | 1000100 |
Color Harmonies of #AFBD9E
Complementary color
Monochromatic Colors of #AFBD9E
Black with #AFBD9E
Text Example
Text Example
White with #AFBD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD9E; }
p { color: rgb(175,189,158); }
H1.HeaderClassName
{
color: #AFBD9E;
}
.AnyTagClassName
{
color: #AFBD9E;
}
</style>
background-color css
<style>
a { background-color: #AFBD9E; }
a { background-color: rgb(175,189,158); }
div.DivClassName
{
background-color: #AFBD9E;
}
.BgClassName
{
background-color: #AFBD9E;
}
</style>
border-color css
<style>
span { border-color: #AFBD9E; }
span { border-color: rgb(175,189,158); }
td.TdClassName
{
border-color: #AFBD9E;
}
.TagClassName
{
border-color: #AFBD9E;
}
</style>