Shades of Bud #A8AB98
Tints of Bud #A8AB98
RGB
CMYK
RGB Variations
Color information
#A8AB98 (or 0xA8AB98) is known color: Bud. HEX triplet: A8, AB and 98. RGB value is (168,171,152). Sum of RGB (Red+Green+Blue) = 168+171+152=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB98 is #575467. Grayscale: #A8A8A8. Windows color (decimal): -5723240 or 10005416. OLE color: 10005416.
HSL color Cylindrical-coordinate representation of color #A8AB98: hue angle of 69.47º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8AB98 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 152 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.33 |
| HSL | 69.47º | 0.1% | 0.63% | - |
| HSV(B) | 69.47º | 0.11% | 0.67% | - |
| XYZ | 36.38 | 39.72 | 35.45 | - |
| YUV | 167.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 152 | 0.02 | 0 | 0.11 | 0.33 | 69.47 | 0.1 | 0.63 |
| Hex | A8 | AB | 98 | 2 | 0 | B | 21 | 45 | A | 3F |
| Octal | 250 | 253 | 230 | 2 | 0 | 13 | 41 | 105 | 12 | 77 |
| Binary | 10101000 | 10101011 | 10011000 | 10 | 0 | 1011 | 100001 | 1000101 | 1010 | 111111 |
Color Harmonies of #A8AB98
Complementary color
Monochromatic Colors of #A8AB98
Black with #A8AB98
Text Example
Text Example
White with #A8AB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB98; }
p { color: rgb(168,171,152); }
H1.HeaderClassName
{
color: #A8AB98;
}
.AnyTagClassName
{
color: #A8AB98;
}
</style>
background-color css
<style>
a { background-color: #A8AB98; }
a { background-color: rgb(168,171,152); }
div.DivClassName
{
background-color: #A8AB98;
}
.BgClassName
{
background-color: #A8AB98;
}
</style>
border-color css
<style>
span { border-color: #A8AB98; }
span { border-color: rgb(168,171,152); }
td.TdClassName
{
border-color: #A8AB98;
}
.TagClassName
{
border-color: #A8AB98;
}
</style>