Shades of Bud #AFB18D
Tints of Bud #AFB18D
RGB
CMYK
RGB Variations
Color information
#AFB18D (or 0xAFB18D) is known color: Bud. HEX triplet: AF, B1 and 8D. RGB value is (175,177,141). Sum of RGB (Red+Green+Blue) = 175+177+141=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB18D is #504E72. Grayscale: #ACACAC. Windows color (decimal): -5262963 or 9286063. OLE color: 9286063.
HSL color Cylindrical-coordinate representation of color #AFB18D: hue angle of 63.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB18D is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 141 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.31 |
| HSL | 63.33º | 0.19% | 0.62% | - |
| HSV(B) | 63.33º | 0.2% | 0.69% | - |
| XYZ | 38.21 | 42.48 | 31.39 | - |
| YUV | 172.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 141 | 0.01 | 0 | 0.20 | 0.31 | 63.33 | 0.19 | 0.62 |
| Hex | AF | B1 | 8D | 1 | 0 | 14 | 1F | 3F | 13 | 3E |
| Octal | 257 | 261 | 215 | 1 | 0 | 24 | 37 | 77 | 23 | 76 |
| Binary | 10101111 | 10110001 | 10001101 | 1 | 0 | 10100 | 11111 | 111111 | 10011 | 111110 |
Color Harmonies of #AFB18D
Complementary color
Monochromatic Colors of #AFB18D
Black with #AFB18D
Text Example
Text Example
White with #AFB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB18D; }
p { color: rgb(175,177,141); }
H1.HeaderClassName
{
color: #AFB18D;
}
.AnyTagClassName
{
color: #AFB18D;
}
</style>
background-color css
<style>
a { background-color: #AFB18D; }
a { background-color: rgb(175,177,141); }
div.DivClassName
{
background-color: #AFB18D;
}
.BgClassName
{
background-color: #AFB18D;
}
</style>
border-color css
<style>
span { border-color: #AFB18D; }
span { border-color: rgb(175,177,141); }
td.TdClassName
{
border-color: #AFB18D;
}
.TagClassName
{
border-color: #AFB18D;
}
</style>