Shades of Bud #AFB58D
Tints of Bud #AFB58D
RGB
CMYK
RGB Variations
Color information
#AFB58D (or 0xAFB58D) is known color: Bud. HEX triplet: AF, B5 and 8D. RGB value is (175,181,141). Sum of RGB (Red+Green+Blue) = 175+181+141=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB58D is #504A72. Grayscale: #AEAEAE. Windows color (decimal): -5261939 or 9287087. OLE color: 9287087.
HSL color Cylindrical-coordinate representation of color #AFB58D: hue angle of 69º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB58D is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 181 | 141 | - |
CMYK | 0.03 | 0 | 0.22 | 0.29 |
HSL | 69º | 0.21% | 0.63% | - |
HSV(B) | 69º | 0.22% | 0.71% | - |
XYZ | 39.01 | 44.08 | 31.65 | - |
YUV | 174.65 | 109.01 | 128.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 181 | 141 | 0.03 | 0 | 0.22 | 0.29 | 69 | 0.21 | 0.63 |
Hex | AF | B5 | 8D | 3 | 0 | 16 | 1D | 45 | 15 | 3F |
Octal | 257 | 265 | 215 | 3 | 0 | 26 | 35 | 105 | 25 | 77 |
Binary | 10101111 | 10110101 | 10001101 | 11 | 0 | 10110 | 11101 | 1000101 | 10101 | 111111 |
Color Harmonies of #AFB58D
Complementary color
Monochromatic Colors of #AFB58D
Black with #AFB58D
Text Example
Text Example
White with #AFB58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB58D; }
p { color: rgb(175,181,141); }
H1.HeaderClassName
{
color: #AFB58D;
}
.AnyTagClassName
{
color: #AFB58D;
}
</style>
background-color css
<style>
a { background-color: #AFB58D; }
a { background-color: rgb(175,181,141); }
div.DivClassName
{
background-color: #AFB58D;
}
.BgClassName
{
background-color: #AFB58D;
}
</style>
border-color css
<style>
span { border-color: #AFB58D; }
span { border-color: rgb(175,181,141); }
td.TdClassName
{
border-color: #AFB58D;
}
.TagClassName
{
border-color: #AFB58D;
}
</style>