Shades of Bud #AFB195
Tints of Bud #AFB195
RGB
CMYK
RGB Variations
Color information
#AFB195 (or 0xAFB195) is known color: Bud. HEX triplet: AF, B1 and 95. RGB value is (175,177,149). Sum of RGB (Red+Green+Blue) = 175+177+149=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB195 is #504E6A. Grayscale: #ADADAD. Windows color (decimal): -5262955 or 9810351. OLE color: 9810351.
HSL color Cylindrical-coordinate representation of color #AFB195: hue angle of 64.29º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFB195 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 149 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.31 |
| HSL | 64.29º | 0.15% | 0.64% | - |
| HSV(B) | 64.29º | 0.16% | 0.69% | - |
| XYZ | 38.83 | 42.73 | 34.63 | - |
| YUV | 173.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 149 | 0.01 | 0 | 0.16 | 0.31 | 64.29 | 0.15 | 0.64 |
| Hex | AF | B1 | 95 | 1 | 0 | 10 | 1F | 40 | F | 40 |
| Octal | 257 | 261 | 225 | 1 | 0 | 20 | 37 | 100 | 17 | 100 |
| Binary | 10101111 | 10110001 | 10010101 | 1 | 0 | 10000 | 11111 | 1000000 | 1111 | 1000000 |
Color Harmonies of #AFB195
Complementary color
Monochromatic Colors of #AFB195
Black with #AFB195
Text Example
Text Example
White with #AFB195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB195; }
p { color: rgb(175,177,149); }
H1.HeaderClassName
{
color: #AFB195;
}
.AnyTagClassName
{
color: #AFB195;
}
</style>
background-color css
<style>
a { background-color: #AFB195; }
a { background-color: rgb(175,177,149); }
div.DivClassName
{
background-color: #AFB195;
}
.BgClassName
{
background-color: #AFB195;
}
</style>
border-color css
<style>
span { border-color: #AFB195; }
span { border-color: rgb(175,177,149); }
td.TdClassName
{
border-color: #AFB195;
}
.TagClassName
{
border-color: #AFB195;
}
</style>