Shades of Bud #A8A98B
Tints of Bud #A8A98B
RGB
CMYK
RGB Variations
Color information
#A8A98B (or 0xA8A98B) is known color: Bud. HEX triplet: A8, A9 and 8B. RGB value is (168,169,139). Sum of RGB (Red+Green+Blue) = 168+169+139=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A98B is #575674. Grayscale: #A5A5A5. Windows color (decimal): -5723765 or 9152936. OLE color: 9152936.
HSL color Cylindrical-coordinate representation of color #A8A98B: hue angle of 62º 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 #A8A98B is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 139 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.34 |
| HSL | 62º | 0.15% | 0.6% | - |
| HSV(B) | 62º | 0.18% | 0.66% | - |
| XYZ | 35 | 38.56 | 30.03 | - |
| YUV | 165.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 139 | 0.01 | 0 | 0.18 | 0.34 | 62 | 0.15 | 0.6 |
| Hex | A8 | A9 | 8B | 1 | 0 | 12 | 22 | 3E | F | 3C |
| Octal | 250 | 251 | 213 | 1 | 0 | 22 | 42 | 76 | 17 | 74 |
| Binary | 10101000 | 10101001 | 10001011 | 1 | 0 | 10010 | 100010 | 111110 | 1111 | 111100 |
Color Harmonies of #A8A98B
Complementary color
Monochromatic Colors of #A8A98B
Black with #A8A98B
Text Example
Text Example
White with #A8A98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A98B; }
p { color: rgb(168,169,139); }
H1.HeaderClassName
{
color: #A8A98B;
}
.AnyTagClassName
{
color: #A8A98B;
}
</style>
background-color css
<style>
a { background-color: #A8A98B; }
a { background-color: rgb(168,169,139); }
div.DivClassName
{
background-color: #A8A98B;
}
.BgClassName
{
background-color: #A8A98B;
}
</style>
border-color css
<style>
span { border-color: #A8A98B; }
span { border-color: rgb(168,169,139); }
td.TdClassName
{
border-color: #A8A98B;
}
.TagClassName
{
border-color: #A8A98B;
}
</style>