Shades of Bud #AFB199
Tints of Bud #AFB199
RGB
CMYK
RGB Variations
Color information
#AFB199 (or 0xAFB199) is known color: Bud. HEX triplet: AF, B1 and 99. RGB value is (175,177,153). Sum of RGB (Red+Green+Blue) = 175+177+153=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB199 is #504E66. Grayscale: #ADADAD. Windows color (decimal): -5262951 or 10072495. OLE color: 10072495.
HSL color Cylindrical-coordinate representation of color #AFB199: hue angle of 65º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB199 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 153 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.31 |
| HSL | 65º | 0.13% | 0.65% | - |
| HSV(B) | 65º | 0.14% | 0.69% | - |
| XYZ | 39.15 | 42.86 | 36.35 | - |
| YUV | 173.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 153 | 0.01 | 0 | 0.14 | 0.31 | 65 | 0.13 | 0.65 |
| Hex | AF | B1 | 99 | 1 | 0 | E | 1F | 41 | D | 41 |
| Octal | 257 | 261 | 231 | 1 | 0 | 16 | 37 | 101 | 15 | 101 |
| Binary | 10101111 | 10110001 | 10011001 | 1 | 0 | 1110 | 11111 | 1000001 | 1101 | 1000001 |
Color Harmonies of #AFB199
Complementary color
Monochromatic Colors of #AFB199
Black with #AFB199
Text Example
Text Example
White with #AFB199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB199; }
p { color: rgb(175,177,153); }
H1.HeaderClassName
{
color: #AFB199;
}
.AnyTagClassName
{
color: #AFB199;
}
</style>
background-color css
<style>
a { background-color: #AFB199; }
a { background-color: rgb(175,177,153); }
div.DivClassName
{
background-color: #AFB199;
}
.BgClassName
{
background-color: #AFB199;
}
</style>
border-color css
<style>
span { border-color: #AFB199; }
span { border-color: rgb(175,177,153); }
td.TdClassName
{
border-color: #AFB199;
}
.TagClassName
{
border-color: #AFB199;
}
</style>