Shades of Bud #AFB388
Tints of Bud #AFB388
RGB
CMYK
RGB Variations
Color information
#AFB388 (or 0xAFB388) is known color: Bud. HEX triplet: AF, B3 and 88. RGB value is (175,179,136). Sum of RGB (Red+Green+Blue) = 175+179+136=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB388 is #504C77. Grayscale: #ADADAD. Windows color (decimal): -5262456 or 8958895. OLE color: 8958895.
HSL color Cylindrical-coordinate representation of color #AFB388: hue angle of 65.58º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFB388 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 136 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.30 |
| HSL | 65.58º | 0.22% | 0.62% | - |
| HSV(B) | 65.58º | 0.24% | 0.7% | - |
| XYZ | 38.24 | 43.13 | 29.6 | - |
| YUV | 172.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 136 | 0.02 | 0 | 0.24 | 0.30 | 65.58 | 0.22 | 0.62 |
| Hex | AF | B3 | 88 | 2 | 0 | 18 | 1E | 42 | 16 | 3E |
| Octal | 257 | 263 | 210 | 2 | 0 | 30 | 36 | 102 | 26 | 76 |
| Binary | 10101111 | 10110011 | 10001000 | 10 | 0 | 11000 | 11110 | 1000010 | 10110 | 111110 |
Color Harmonies of #AFB388
Complementary color
Monochromatic Colors of #AFB388
Black with #AFB388
Text Example
Text Example
White with #AFB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB388; }
p { color: rgb(175,179,136); }
H1.HeaderClassName
{
color: #AFB388;
}
.AnyTagClassName
{
color: #AFB388;
}
</style>
background-color css
<style>
a { background-color: #AFB388; }
a { background-color: rgb(175,179,136); }
div.DivClassName
{
background-color: #AFB388;
}
.BgClassName
{
background-color: #AFB388;
}
</style>
border-color css
<style>
span { border-color: #AFB388; }
span { border-color: rgb(175,179,136); }
td.TdClassName
{
border-color: #AFB388;
}
.TagClassName
{
border-color: #AFB388;
}
</style>