Shades of Bud #AFB18B
Tints of Bud #AFB18B
RGB
CMYK
RGB Variations
Color information
#AFB18B (or 0xAFB18B) is known color: Bud. HEX triplet: AF, B1 and 8B. RGB value is (175,177,139). Sum of RGB (Red+Green+Blue) = 175+177+139=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB18B is #504E74. Grayscale: #ACACAC. Windows color (decimal): -5262965 or 9154991. OLE color: 9154991.
HSL color Cylindrical-coordinate representation of color #AFB18B: hue angle of 63.16º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFB18B is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 139 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.31 |
| HSL | 63.16º | 0.2% | 0.62% | - |
| HSV(B) | 63.16º | 0.21% | 0.69% | - |
| XYZ | 38.06 | 42.42 | 30.61 | - |
| YUV | 172.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 139 | 0.01 | 0 | 0.21 | 0.31 | 63.16 | 0.2 | 0.62 |
| Hex | AF | B1 | 8B | 1 | 0 | 15 | 1F | 3F | 14 | 3E |
| Octal | 257 | 261 | 213 | 1 | 0 | 25 | 37 | 77 | 24 | 76 |
| Binary | 10101111 | 10110001 | 10001011 | 1 | 0 | 10101 | 11111 | 111111 | 10100 | 111110 |
Color Harmonies of #AFB18B
Complementary color
Monochromatic Colors of #AFB18B
Black with #AFB18B
Text Example
Text Example
White with #AFB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB18B; }
p { color: rgb(175,177,139); }
H1.HeaderClassName
{
color: #AFB18B;
}
.AnyTagClassName
{
color: #AFB18B;
}
</style>
background-color css
<style>
a { background-color: #AFB18B; }
a { background-color: rgb(175,177,139); }
div.DivClassName
{
background-color: #AFB18B;
}
.BgClassName
{
background-color: #AFB18B;
}
</style>
border-color css
<style>
span { border-color: #AFB18B; }
span { border-color: rgb(175,177,139); }
td.TdClassName
{
border-color: #AFB18B;
}
.TagClassName
{
border-color: #AFB18B;
}
</style>