Shades of Bud #A9B28A
Tints of Bud #A9B28A
RGB
CMYK
RGB Variations
Color information
#A9B28A (or 0xA9B28A) is known color: Bud. HEX triplet: A9, B2 and 8A. RGB value is (169,178,138). Sum of RGB (Red+Green+Blue) = 169+178+138=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B28A is #564D75. Grayscale: #AAAAAA. Windows color (decimal): -5655926 or 9089705. OLE color: 9089705.
HSL color Cylindrical-coordinate representation of color #A9B28A: hue angle of 73.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 #A9B28A is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 178 | 138 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.30 |
| HSL | 73.5º | 0.21% | 0.62% | - |
| HSV(B) | 73.5º | 0.22% | 0.7% | - |
| XYZ | 36.87 | 42.11 | 30.23 | - |
| YUV | 170.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 178 | 138 | 0.05 | 0 | 0.22 | 0.30 | 73.5 | 0.21 | 0.62 |
| Hex | A9 | B2 | 8A | 5 | 0 | 16 | 1E | 4A | 15 | 3E |
| Octal | 251 | 262 | 212 | 5 | 0 | 26 | 36 | 112 | 25 | 76 |
| Binary | 10101001 | 10110010 | 10001010 | 101 | 0 | 10110 | 11110 | 1001010 | 10101 | 111110 |
Color Harmonies of #A9B28A
Complementary color
Monochromatic Colors of #A9B28A
Black with #A9B28A
Text Example
Text Example
White with #A9B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B28A; }
p { color: rgb(169,178,138); }
H1.HeaderClassName
{
color: #A9B28A;
}
.AnyTagClassName
{
color: #A9B28A;
}
</style>
background-color css
<style>
a { background-color: #A9B28A; }
a { background-color: rgb(169,178,138); }
div.DivClassName
{
background-color: #A9B28A;
}
.BgClassName
{
background-color: #A9B28A;
}
</style>
border-color css
<style>
span { border-color: #A9B28A; }
span { border-color: rgb(169,178,138); }
td.TdClassName
{
border-color: #A9B28A;
}
.TagClassName
{
border-color: #A9B28A;
}
</style>