Shades of Bud #A5AB88
Tints of Bud #A5AB88
RGB
CMYK
RGB Variations
Color information
#A5AB88 (or 0xA5AB88) is known color: Bud. HEX triplet: A5, AB and 88. RGB value is (165,171,136). Sum of RGB (Red+Green+Blue) = 165+171+136=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB88 is #5A5477. Grayscale: #A5A5A5. Windows color (decimal): -5919864 or 8956837. OLE color: 8956837.
HSL color Cylindrical-coordinate representation of color #A5AB88: hue angle of 70.29º 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 #A5AB88 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 136 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.33 |
| HSL | 70.29º | 0.17% | 0.6% | - |
| HSV(B) | 70.29º | 0.2% | 0.67% | - |
| XYZ | 34.52 | 38.9 | 28.98 | - |
| YUV | 165.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 136 | 0.04 | 0 | 0.20 | 0.33 | 70.29 | 0.17 | 0.6 |
| Hex | A5 | AB | 88 | 4 | 0 | 14 | 21 | 46 | 11 | 3C |
| Octal | 245 | 253 | 210 | 4 | 0 | 24 | 41 | 106 | 21 | 74 |
| Binary | 10100101 | 10101011 | 10001000 | 100 | 0 | 10100 | 100001 | 1000110 | 10001 | 111100 |
Color Harmonies of #A5AB88
Complementary color
Monochromatic Colors of #A5AB88
Black with #A5AB88
Text Example
Text Example
White with #A5AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AB88; }
p { color: rgb(165,171,136); }
H1.HeaderClassName
{
color: #A5AB88;
}
.AnyTagClassName
{
color: #A5AB88;
}
</style>
background-color css
<style>
a { background-color: #A5AB88; }
a { background-color: rgb(165,171,136); }
div.DivClassName
{
background-color: #A5AB88;
}
.BgClassName
{
background-color: #A5AB88;
}
</style>
border-color css
<style>
span { border-color: #A5AB88; }
span { border-color: rgb(165,171,136); }
td.TdClassName
{
border-color: #A5AB88;
}
.TagClassName
{
border-color: #A5AB88;
}
</style>