Shades of Bud #AFB28A
Tints of Bud #AFB28A
RGB
CMYK
RGB Variations
Color information
#AFB28A (or 0xAFB28A) is known color: Bud. HEX triplet: AF, B2 and 8A. RGB value is (175,178,138). Sum of RGB (Red+Green+Blue) = 175+178+138=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB28A is #504D75. Grayscale: #ACACAC. Windows color (decimal): -5262710 or 9089711. OLE color: 9089711.
HSL color Cylindrical-coordinate representation of color #AFB28A: hue angle of 64.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB28A is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 138 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.30 |
| HSL | 64.5º | 0.21% | 0.62% | - |
| HSV(B) | 64.5º | 0.22% | 0.7% | - |
| XYZ | 38.19 | 42.79 | 30.29 | - |
| YUV | 172.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 138 | 0.02 | 0 | 0.22 | 0.30 | 64.5 | 0.21 | 0.62 |
| Hex | AF | B2 | 8A | 2 | 0 | 16 | 1E | 40 | 15 | 3E |
| Octal | 257 | 262 | 212 | 2 | 0 | 26 | 36 | 100 | 25 | 76 |
| Binary | 10101111 | 10110010 | 10001010 | 10 | 0 | 10110 | 11110 | 1000000 | 10101 | 111110 |
Color Harmonies of #AFB28A
Complementary color
Monochromatic Colors of #AFB28A
Black with #AFB28A
Text Example
Text Example
White with #AFB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB28A; }
p { color: rgb(175,178,138); }
H1.HeaderClassName
{
color: #AFB28A;
}
.AnyTagClassName
{
color: #AFB28A;
}
</style>
background-color css
<style>
a { background-color: #AFB28A; }
a { background-color: rgb(175,178,138); }
div.DivClassName
{
background-color: #AFB28A;
}
.BgClassName
{
background-color: #AFB28A;
}
</style>
border-color css
<style>
span { border-color: #AFB28A; }
span { border-color: rgb(175,178,138); }
td.TdClassName
{
border-color: #AFB28A;
}
.TagClassName
{
border-color: #AFB28A;
}
</style>