Shades of Bud #AFB390
Tints of Bud #AFB390
RGB
CMYK
RGB Variations
Color information
#AFB390 (or 0xAFB390) is known color: Bud. HEX triplet: AF, B3 and 90. RGB value is (175,179,144). Sum of RGB (Red+Green+Blue) = 175+179+144=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB390 is #504C6F. Grayscale: #ADADAD. Windows color (decimal): -5262448 or 9483183. OLE color: 9483183.
HSL color Cylindrical-coordinate representation of color #AFB390: hue angle of 66.86º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB390 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 144 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.30 |
| HSL | 66.86º | 0.19% | 0.63% | - |
| HSV(B) | 66.86º | 0.2% | 0.7% | - |
| XYZ | 38.83 | 43.37 | 32.71 | - |
| YUV | 173.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 144 | 0.02 | 0 | 0.20 | 0.30 | 66.86 | 0.19 | 0.63 |
| Hex | AF | B3 | 90 | 2 | 0 | 14 | 1E | 43 | 13 | 3F |
| Octal | 257 | 263 | 220 | 2 | 0 | 24 | 36 | 103 | 23 | 77 |
| Binary | 10101111 | 10110011 | 10010000 | 10 | 0 | 10100 | 11110 | 1000011 | 10011 | 111111 |
Color Harmonies of #AFB390
Complementary color
Monochromatic Colors of #AFB390
Black with #AFB390
Text Example
Text Example
White with #AFB390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB390; }
p { color: rgb(175,179,144); }
H1.HeaderClassName
{
color: #AFB390;
}
.AnyTagClassName
{
color: #AFB390;
}
</style>
background-color css
<style>
a { background-color: #AFB390; }
a { background-color: rgb(175,179,144); }
div.DivClassName
{
background-color: #AFB390;
}
.BgClassName
{
background-color: #AFB390;
}
</style>
border-color css
<style>
span { border-color: #AFB390; }
span { border-color: rgb(175,179,144); }
td.TdClassName
{
border-color: #AFB390;
}
.TagClassName
{
border-color: #AFB390;
}
</style>