Shades of Bud #AFB384
Tints of Bud #AFB384
RGB
CMYK
RGB Variations
Color information
#AFB384 (or 0xAFB384) is known color: Bud. HEX triplet: AF, B3 and 84. RGB value is (175,179,132). Sum of RGB (Red+Green+Blue) = 175+179+132=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB384 is #504C7B. Grayscale: #ACACAC. Windows color (decimal): -5262460 or 8696751. OLE color: 8696751.
HSL color Cylindrical-coordinate representation of color #AFB384: hue angle of 65.11º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB384 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 132 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.30 |
| HSL | 65.11º | 0.24% | 0.61% | - |
| HSV(B) | 65.11º | 0.26% | 0.7% | - |
| XYZ | 37.96 | 43.02 | 28.13 | - |
| YUV | 172.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 132 | 0.02 | 0 | 0.26 | 0.30 | 65.11 | 0.24 | 0.61 |
| Hex | AF | B3 | 84 | 2 | 0 | 1A | 1E | 41 | 18 | 3D |
| Octal | 257 | 263 | 204 | 2 | 0 | 32 | 36 | 101 | 30 | 75 |
| Binary | 10101111 | 10110011 | 10000100 | 10 | 0 | 11010 | 11110 | 1000001 | 11000 | 111101 |
Color Harmonies of #AFB384
Complementary color
Monochromatic Colors of #AFB384
Black with #AFB384
Text Example
Text Example
White with #AFB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB384; }
p { color: rgb(175,179,132); }
H1.HeaderClassName
{
color: #AFB384;
}
.AnyTagClassName
{
color: #AFB384;
}
</style>
background-color css
<style>
a { background-color: #AFB384; }
a { background-color: rgb(175,179,132); }
div.DivClassName
{
background-color: #AFB384;
}
.BgClassName
{
background-color: #AFB384;
}
</style>
border-color css
<style>
span { border-color: #AFB384; }
span { border-color: rgb(175,179,132); }
td.TdClassName
{
border-color: #AFB384;
}
.TagClassName
{
border-color: #AFB384;
}
</style>