Shades of Sprout #AFBD99
Tints of Sprout #AFBD99
RGB
CMYK
RGB Variations
Color information
#AFBD99 (or 0xAFBD99) is known color: Sprout. HEX triplet: AF, BD and 99. RGB value is (175,189,153). Sum of RGB (Red+Green+Blue) = 175+189+153=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD99 is #504266. Grayscale: #B4B4B4. Windows color (decimal): -5259879 or 10075567. OLE color: 10075567.
HSL color Cylindrical-coordinate representation of color #AFBD99: hue angle of 83.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFBD99 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 153 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.26 |
| HSL | 83.33º | 0.21% | 0.67% | - |
| HSV(B) | 83.33º | 0.19% | 0.74% | - |
| XYZ | 41.63 | 47.81 | 37.17 | - |
| YUV | 180.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 153 | 0.07 | 0 | 0.19 | 0.26 | 83.33 | 0.21 | 0.67 |
| Hex | AF | BD | 99 | 7 | 0 | 13 | 1A | 53 | 15 | 43 |
| Octal | 257 | 275 | 231 | 7 | 0 | 23 | 32 | 123 | 25 | 103 |
| Binary | 10101111 | 10111101 | 10011001 | 111 | 0 | 10011 | 11010 | 1010011 | 10101 | 1000011 |
Color Harmonies of #AFBD99
Complementary color
Monochromatic Colors of #AFBD99
Black with #AFBD99
Text Example
Text Example
White with #AFBD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD99; }
p { color: rgb(175,189,153); }
H1.HeaderClassName
{
color: #AFBD99;
}
.AnyTagClassName
{
color: #AFBD99;
}
</style>
background-color css
<style>
a { background-color: #AFBD99; }
a { background-color: rgb(175,189,153); }
div.DivClassName
{
background-color: #AFBD99;
}
.BgClassName
{
background-color: #AFBD99;
}
</style>
border-color css
<style>
span { border-color: #AFBD99; }
span { border-color: rgb(175,189,153); }
td.TdClassName
{
border-color: #AFBD99;
}
.TagClassName
{
border-color: #AFBD99;
}
</style>