Shades of Bud #AFB392
Tints of Bud #AFB392
RGB
CMYK
RGB Variations
Color information
#AFB392 (or 0xAFB392) is known color: Bud. HEX triplet: AF, B3 and 92. RGB value is (175,179,146). Sum of RGB (Red+Green+Blue) = 175+179+146=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB392 is #504C6D. Grayscale: #AEAEAE. Windows color (decimal): -5262446 or 9614255. OLE color: 9614255.
HSL color Cylindrical-coordinate representation of color #AFB392: hue angle of 67.27º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFB392 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 146 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.30 |
| HSL | 67.27º | 0.18% | 0.64% | - |
| HSV(B) | 67.27º | 0.18% | 0.7% | - |
| XYZ | 38.99 | 43.43 | 33.52 | - |
| YUV | 174.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 146 | 0.02 | 0 | 0.18 | 0.30 | 67.27 | 0.18 | 0.64 |
| Hex | AF | B3 | 92 | 2 | 0 | 12 | 1E | 43 | 12 | 40 |
| Octal | 257 | 263 | 222 | 2 | 0 | 22 | 36 | 103 | 22 | 100 |
| Binary | 10101111 | 10110011 | 10010010 | 10 | 0 | 10010 | 11110 | 1000011 | 10010 | 1000000 |
Color Harmonies of #AFB392
Complementary color
Monochromatic Colors of #AFB392
Black with #AFB392
Text Example
Text Example
White with #AFB392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB392; }
p { color: rgb(175,179,146); }
H1.HeaderClassName
{
color: #AFB392;
}
.AnyTagClassName
{
color: #AFB392;
}
</style>
background-color css
<style>
a { background-color: #AFB392; }
a { background-color: rgb(175,179,146); }
div.DivClassName
{
background-color: #AFB392;
}
.BgClassName
{
background-color: #AFB392;
}
</style>
border-color css
<style>
span { border-color: #AFB392; }
span { border-color: rgb(175,179,146); }
td.TdClassName
{
border-color: #AFB392;
}
.TagClassName
{
border-color: #AFB392;
}
</style>