Shades of Bud #A5AB89
Tints of Bud #A5AB89
RGB
CMYK
RGB Variations
Color information
#A5AB89 (or 0xA5AB89) is known color: Bud. HEX triplet: A5, AB and 89. RGB value is (165,171,137). Sum of RGB (Red+Green+Blue) = 165+171+137=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB89 is #5A5476. Grayscale: #A5A5A5. Windows color (decimal): -5919863 or 9022373. OLE color: 9022373.
HSL color Cylindrical-coordinate representation of color #A5AB89: hue angle of 70.59º 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 #A5AB89 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 137 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.33 |
| HSL | 70.59º | 0.17% | 0.6% | - |
| HSV(B) | 70.59º | 0.2% | 0.67% | - |
| XYZ | 34.6 | 38.93 | 29.36 | - |
| YUV | 165.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 137 | 0.04 | 0 | 0.20 | 0.33 | 70.59 | 0.17 | 0.6 |
| Hex | A5 | AB | 89 | 4 | 0 | 14 | 21 | 47 | 11 | 3C |
| Octal | 245 | 253 | 211 | 4 | 0 | 24 | 41 | 107 | 21 | 74 |
| Binary | 10100101 | 10101011 | 10001001 | 100 | 0 | 10100 | 100001 | 1000111 | 10001 | 111100 |
Color Harmonies of #A5AB89
Complementary color
Monochromatic Colors of #A5AB89
Black with #A5AB89
Text Example
Text Example
White with #A5AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AB89; }
p { color: rgb(165,171,137); }
H1.HeaderClassName
{
color: #A5AB89;
}
.AnyTagClassName
{
color: #A5AB89;
}
</style>
background-color css
<style>
a { background-color: #A5AB89; }
a { background-color: rgb(165,171,137); }
div.DivClassName
{
background-color: #A5AB89;
}
.BgClassName
{
background-color: #A5AB89;
}
</style>
border-color css
<style>
span { border-color: #A5AB89; }
span { border-color: rgb(165,171,137); }
td.TdClassName
{
border-color: #A5AB89;
}
.TagClassName
{
border-color: #A5AB89;
}
</style>