Shades of Bud #A1A98A
Tints of Bud #A1A98A
RGB
CMYK
RGB Variations
Color information
#A1A98A (or 0xA1A98A) is known color: Bud. HEX triplet: A1, A9 and 8A. RGB value is (161,169,138). Sum of RGB (Red+Green+Blue) = 161+169+138=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A98A is #5E5675. Grayscale: #A3A3A3. Windows color (decimal): -6182518 or 9087393. OLE color: 9087393.
HSL color Cylindrical-coordinate representation of color #A1A98A: hue angle of 75.48º 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 #A1A98A is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 138 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.34 |
| HSL | 75.48º | 0.15% | 0.6% | - |
| HSV(B) | 75.48º | 0.18% | 0.66% | - |
| XYZ | 33.47 | 37.79 | 29.57 | - |
| YUV | 163.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 138 | 0.05 | 0 | 0.18 | 0.34 | 75.48 | 0.15 | 0.6 |
| Hex | A1 | A9 | 8A | 5 | 0 | 12 | 22 | 4B | F | 3C |
| Octal | 241 | 251 | 212 | 5 | 0 | 22 | 42 | 113 | 17 | 74 |
| Binary | 10100001 | 10101001 | 10001010 | 101 | 0 | 10010 | 100010 | 1001011 | 1111 | 111100 |
Color Harmonies of #A1A98A
Complementary color
Monochromatic Colors of #A1A98A
Black with #A1A98A
Text Example
Text Example
White with #A1A98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A98A; }
p { color: rgb(161,169,138); }
H1.HeaderClassName
{
color: #A1A98A;
}
.AnyTagClassName
{
color: #A1A98A;
}
</style>
background-color css
<style>
a { background-color: #A1A98A; }
a { background-color: rgb(161,169,138); }
div.DivClassName
{
background-color: #A1A98A;
}
.BgClassName
{
background-color: #A1A98A;
}
</style>
border-color css
<style>
span { border-color: #A1A98A; }
span { border-color: rgb(161,169,138); }
td.TdClassName
{
border-color: #A1A98A;
}
.TagClassName
{
border-color: #A1A98A;
}
</style>