Shades of Bud #AFB197
Tints of Bud #AFB197
RGB
CMYK
RGB Variations
Color information
#AFB197 (or 0xAFB197) is known color: Bud. HEX triplet: AF, B1 and 97. RGB value is (175,177,151). Sum of RGB (Red+Green+Blue) = 175+177+151=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB197 is #504E68. Grayscale: #ADADAD. Windows color (decimal): -5262953 or 9941423. OLE color: 9941423.
HSL color Cylindrical-coordinate representation of color #AFB197: hue angle of 64.62º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB197 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 151 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.31 |
| HSL | 64.62º | 0.14% | 0.64% | - |
| HSV(B) | 64.62º | 0.15% | 0.69% | - |
| XYZ | 38.99 | 42.79 | 35.48 | - |
| YUV | 173.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 151 | 0.01 | 0 | 0.15 | 0.31 | 64.62 | 0.14 | 0.64 |
| Hex | AF | B1 | 97 | 1 | 0 | F | 1F | 41 | E | 40 |
| Octal | 257 | 261 | 227 | 1 | 0 | 17 | 37 | 101 | 16 | 100 |
| Binary | 10101111 | 10110001 | 10010111 | 1 | 0 | 1111 | 11111 | 1000001 | 1110 | 1000000 |
Color Harmonies of #AFB197
Complementary color
Monochromatic Colors of #AFB197
Black with #AFB197
Text Example
Text Example
White with #AFB197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB197; }
p { color: rgb(175,177,151); }
H1.HeaderClassName
{
color: #AFB197;
}
.AnyTagClassName
{
color: #AFB197;
}
</style>
background-color css
<style>
a { background-color: #AFB197; }
a { background-color: rgb(175,177,151); }
div.DivClassName
{
background-color: #AFB197;
}
.BgClassName
{
background-color: #AFB197;
}
</style>
border-color css
<style>
span { border-color: #AFB197; }
span { border-color: rgb(175,177,151); }
td.TdClassName
{
border-color: #AFB197;
}
.TagClassName
{
border-color: #AFB197;
}
</style>