Shades of Bud #A8A98A
Tints of Bud #A8A98A
RGB
CMYK
RGB Variations
Color information
#A8A98A (or 0xA8A98A) is known color: Bud. HEX triplet: A8, A9 and 8A. RGB value is (168,169,138). Sum of RGB (Red+Green+Blue) = 168+169+138=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A98A is #575675. Grayscale: #A5A5A5. Windows color (decimal): -5723766 or 9087400. OLE color: 9087400.
HSL color Cylindrical-coordinate representation of color #A8A98A: hue angle of 61.94º 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 #A8A98A is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 138 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.34 |
| HSL | 61.94º | 0.15% | 0.6% | - |
| HSV(B) | 61.94º | 0.18% | 0.66% | - |
| XYZ | 34.92 | 38.54 | 29.64 | - |
| YUV | 165.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 138 | 0.01 | 0 | 0.18 | 0.34 | 61.94 | 0.15 | 0.6 |
| Hex | A8 | A9 | 8A | 1 | 0 | 12 | 22 | 3E | F | 3C |
| Octal | 250 | 251 | 212 | 1 | 0 | 22 | 42 | 76 | 17 | 74 |
| Binary | 10101000 | 10101001 | 10001010 | 1 | 0 | 10010 | 100010 | 111110 | 1111 | 111100 |
Color Harmonies of #A8A98A
Complementary color
Monochromatic Colors of #A8A98A
Black with #A8A98A
Text Example
Text Example
White with #A8A98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A98A; }
p { color: rgb(168,169,138); }
H1.HeaderClassName
{
color: #A8A98A;
}
.AnyTagClassName
{
color: #A8A98A;
}
</style>
background-color css
<style>
a { background-color: #A8A98A; }
a { background-color: rgb(168,169,138); }
div.DivClassName
{
background-color: #A8A98A;
}
.BgClassName
{
background-color: #A8A98A;
}
</style>
border-color css
<style>
span { border-color: #A8A98A; }
span { border-color: rgb(168,169,138); }
td.TdClassName
{
border-color: #A8A98A;
}
.TagClassName
{
border-color: #A8A98A;
}
</style>