Shades of Bud #AFB08E
Tints of Bud #AFB08E
RGB
CMYK
RGB Variations
Color information
#AFB08E (or 0xAFB08E) is known color: Bud. HEX triplet: AF, B0 and 8E. RGB value is (175,176,142). Sum of RGB (Red+Green+Blue) = 175+176+142=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB08E is #504F71. Grayscale: #ABABAB. Windows color (decimal): -5263218 or 9351343. OLE color: 9351343.
HSL color Cylindrical-coordinate representation of color #AFB08E: hue angle of 61.76º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB08E is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 176 | 142 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.31 |
| HSL | 61.76º | 0.18% | 0.62% | - |
| HSV(B) | 61.76º | 0.19% | 0.69% | - |
| XYZ | 38.09 | 42.12 | 31.71 | - |
| YUV | 171.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 142 | 0.01 | 0 | 0.19 | 0.31 | 61.76 | 0.18 | 0.62 |
| Hex | AF | B0 | 8E | 1 | 0 | 13 | 1F | 3E | 12 | 3E |
| Octal | 257 | 260 | 216 | 1 | 0 | 23 | 37 | 76 | 22 | 76 |
| Binary | 10101111 | 10110000 | 10001110 | 1 | 0 | 10011 | 11111 | 111110 | 10010 | 111110 |
Color Harmonies of #AFB08E
Complementary color
Monochromatic Colors of #AFB08E
Black with #AFB08E
Text Example
Text Example
White with #AFB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB08E; }
p { color: rgb(175,176,142); }
H1.HeaderClassName
{
color: #AFB08E;
}
.AnyTagClassName
{
color: #AFB08E;
}
</style>
background-color css
<style>
a { background-color: #AFB08E; }
a { background-color: rgb(175,176,142); }
div.DivClassName
{
background-color: #AFB08E;
}
.BgClassName
{
background-color: #AFB08E;
}
</style>
border-color css
<style>
span { border-color: #AFB08E; }
span { border-color: rgb(175,176,142); }
td.TdClassName
{
border-color: #AFB08E;
}
.TagClassName
{
border-color: #AFB08E;
}
</style>