Shades of Bud #AFB385
Tints of Bud #AFB385
RGB
CMYK
RGB Variations
Color information
#AFB385 (or 0xAFB385) is known color: Bud. HEX triplet: AF, B3 and 85. RGB value is (175,179,133). Sum of RGB (Red+Green+Blue) = 175+179+133=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB385 is #504C7A. Grayscale: #ACACAC. Windows color (decimal): -5262459 or 8762287. OLE color: 8762287.
HSL color Cylindrical-coordinate representation of color #AFB385: hue angle of 65.22º degrees, saturation: 0.23, 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 #AFB385 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 133 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.30 |
| HSL | 65.22º | 0.23% | 0.61% | - |
| HSV(B) | 65.22º | 0.26% | 0.7% | - |
| XYZ | 38.03 | 43.05 | 28.49 | - |
| YUV | 172.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 133 | 0.02 | 0 | 0.26 | 0.30 | 65.22 | 0.23 | 0.61 |
| Hex | AF | B3 | 85 | 2 | 0 | 1A | 1E | 41 | 17 | 3D |
| Octal | 257 | 263 | 205 | 2 | 0 | 32 | 36 | 101 | 27 | 75 |
| Binary | 10101111 | 10110011 | 10000101 | 10 | 0 | 11010 | 11110 | 1000001 | 10111 | 111101 |
Color Harmonies of #AFB385
Complementary color
Monochromatic Colors of #AFB385
Black with #AFB385
Text Example
Text Example
White with #AFB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB385; }
p { color: rgb(175,179,133); }
H1.HeaderClassName
{
color: #AFB385;
}
.AnyTagClassName
{
color: #AFB385;
}
</style>
background-color css
<style>
a { background-color: #AFB385; }
a { background-color: rgb(175,179,133); }
div.DivClassName
{
background-color: #AFB385;
}
.BgClassName
{
background-color: #AFB385;
}
</style>
border-color css
<style>
span { border-color: #AFB385; }
span { border-color: rgb(175,179,133); }
td.TdClassName
{
border-color: #AFB385;
}
.TagClassName
{
border-color: #AFB385;
}
</style>