Shades of Bud #A1A98B
Tints of Bud #A1A98B
RGB
CMYK
RGB Variations
Color information
#A1A98B (or 0xA1A98B) is known color: Bud. HEX triplet: A1, A9 and 8B. RGB value is (161,169,139). Sum of RGB (Red+Green+Blue) = 161+169+139=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A98B is #5E5674. Grayscale: #A3A3A3. Windows color (decimal): -6182517 or 9152929. OLE color: 9152929.
HSL color Cylindrical-coordinate representation of color #A1A98B: hue angle of 76º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1A98B is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 139 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.34 |
| HSL | 76º | 0.15% | 0.6% | - |
| HSV(B) | 76º | 0.18% | 0.66% | - |
| XYZ | 33.55 | 37.82 | 29.96 | - |
| YUV | 163.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 139 | 0.05 | 0 | 0.18 | 0.34 | 76 | 0.15 | 0.6 |
| Hex | A1 | A9 | 8B | 5 | 0 | 12 | 22 | 4C | F | 3C |
| Octal | 241 | 251 | 213 | 5 | 0 | 22 | 42 | 114 | 17 | 74 |
| Binary | 10100001 | 10101001 | 10001011 | 101 | 0 | 10010 | 100010 | 1001100 | 1111 | 111100 |
Color Harmonies of #A1A98B
Complementary color
Monochromatic Colors of #A1A98B
Black with #A1A98B
Text Example
Text Example
White with #A1A98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A98B; }
p { color: rgb(161,169,139); }
H1.HeaderClassName
{
color: #A1A98B;
}
.AnyTagClassName
{
color: #A1A98B;
}
</style>
background-color css
<style>
a { background-color: #A1A98B; }
a { background-color: rgb(161,169,139); }
div.DivClassName
{
background-color: #A1A98B;
}
.BgClassName
{
background-color: #A1A98B;
}
</style>
border-color css
<style>
span { border-color: #A1A98B; }
span { border-color: rgb(161,169,139); }
td.TdClassName
{
border-color: #A1A98B;
}
.TagClassName
{
border-color: #A1A98B;
}
</style>