Shades of Bud #A3AB89
Tints of Bud #A3AB89
RGB
CMYK
RGB Variations
Color information
#A3AB89 (or 0xA3AB89) is known color: Bud. HEX triplet: A3, AB and 89. RGB value is (163,171,137). Sum of RGB (Red+Green+Blue) = 163+171+137=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB89 is #5C5476. Grayscale: #A4A4A4. Windows color (decimal): -6050935 or 9022371. OLE color: 9022371.
HSL color Cylindrical-coordinate representation of color #A3AB89: hue angle of 74.12º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3AB89 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 137 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.33 |
| HSL | 74.12º | 0.17% | 0.6% | - |
| HSV(B) | 74.12º | 0.2% | 0.67% | - |
| XYZ | 34.18 | 38.72 | 29.34 | - |
| YUV | 164.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 137 | 0.05 | 0 | 0.20 | 0.33 | 74.12 | 0.17 | 0.6 |
| Hex | A3 | AB | 89 | 5 | 0 | 14 | 21 | 4A | 11 | 3C |
| Octal | 243 | 253 | 211 | 5 | 0 | 24 | 41 | 112 | 21 | 74 |
| Binary | 10100011 | 10101011 | 10001001 | 101 | 0 | 10100 | 100001 | 1001010 | 10001 | 111100 |
Color Harmonies of #A3AB89
Complementary color
Monochromatic Colors of #A3AB89
Black with #A3AB89
Text Example
Text Example
White with #A3AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB89; }
p { color: rgb(163,171,137); }
H1.HeaderClassName
{
color: #A3AB89;
}
.AnyTagClassName
{
color: #A3AB89;
}
</style>
background-color css
<style>
a { background-color: #A3AB89; }
a { background-color: rgb(163,171,137); }
div.DivClassName
{
background-color: #A3AB89;
}
.BgClassName
{
background-color: #A3AB89;
}
</style>
border-color css
<style>
span { border-color: #A3AB89; }
span { border-color: rgb(163,171,137); }
td.TdClassName
{
border-color: #A3AB89;
}
.TagClassName
{
border-color: #A3AB89;
}
</style>