Shades of Bud #AFB289
Tints of Bud #AFB289
RGB
CMYK
RGB Variations
Color information
#AFB289 (or 0xAFB289) is known color: Bud. HEX triplet: AF, B2 and 89. RGB value is (175,178,137). Sum of RGB (Red+Green+Blue) = 175+178+137=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB289 is #504D76. Grayscale: #ACACAC. Windows color (decimal): -5262711 or 9024175. OLE color: 9024175.
HSL color Cylindrical-coordinate representation of color #AFB289: hue angle of 64.39º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFB289 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 137 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.30 |
| HSL | 64.39º | 0.21% | 0.62% | - |
| HSV(B) | 64.39º | 0.23% | 0.7% | - |
| XYZ | 38.11 | 42.76 | 29.91 | - |
| YUV | 172.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 137 | 0.02 | 0 | 0.23 | 0.30 | 64.39 | 0.21 | 0.62 |
| Hex | AF | B2 | 89 | 2 | 0 | 17 | 1E | 40 | 15 | 3E |
| Octal | 257 | 262 | 211 | 2 | 0 | 27 | 36 | 100 | 25 | 76 |
| Binary | 10101111 | 10110010 | 10001001 | 10 | 0 | 10111 | 11110 | 1000000 | 10101 | 111110 |
Color Harmonies of #AFB289
Complementary color
Monochromatic Colors of #AFB289
Black with #AFB289
Text Example
Text Example
White with #AFB289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB289; }
p { color: rgb(175,178,137); }
H1.HeaderClassName
{
color: #AFB289;
}
.AnyTagClassName
{
color: #AFB289;
}
</style>
background-color css
<style>
a { background-color: #AFB289; }
a { background-color: rgb(175,178,137); }
div.DivClassName
{
background-color: #AFB289;
}
.BgClassName
{
background-color: #AFB289;
}
</style>
border-color css
<style>
span { border-color: #AFB289; }
span { border-color: rgb(175,178,137); }
td.TdClassName
{
border-color: #AFB289;
}
.TagClassName
{
border-color: #AFB289;
}
</style>