Shades of Bud #A5AB8E
Tints of Bud #A5AB8E
RGB
CMYK
RGB Variations
Color information
#A5AB8E (or 0xA5AB8E) is known color: Bud. HEX triplet: A5, AB and 8E. RGB value is (165,171,142). Sum of RGB (Red+Green+Blue) = 165+171+142=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB8E is #5A5471. Grayscale: #A6A6A6. Windows color (decimal): -5919858 or 9350053. OLE color: 9350053.
HSL color Cylindrical-coordinate representation of color #A5AB8E: hue angle of 72.41º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5AB8E is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 142 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.33 |
| HSL | 72.41º | 0.15% | 0.61% | - |
| HSV(B) | 72.41º | 0.17% | 0.67% | - |
| XYZ | 34.96 | 39.08 | 31.29 | - |
| YUV | 165.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 142 | 0.04 | 0 | 0.17 | 0.33 | 72.41 | 0.15 | 0.61 |
| Hex | A5 | AB | 8E | 4 | 0 | 11 | 21 | 48 | F | 3D |
| Octal | 245 | 253 | 216 | 4 | 0 | 21 | 41 | 110 | 17 | 75 |
| Binary | 10100101 | 10101011 | 10001110 | 100 | 0 | 10001 | 100001 | 1001000 | 1111 | 111101 |
Color Harmonies of #A5AB8E
Complementary color
Monochromatic Colors of #A5AB8E
Black with #A5AB8E
Text Example
Text Example
White with #A5AB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AB8E; }
p { color: rgb(165,171,142); }
H1.HeaderClassName
{
color: #A5AB8E;
}
.AnyTagClassName
{
color: #A5AB8E;
}
</style>
background-color css
<style>
a { background-color: #A5AB8E; }
a { background-color: rgb(165,171,142); }
div.DivClassName
{
background-color: #A5AB8E;
}
.BgClassName
{
background-color: #A5AB8E;
}
</style>
border-color css
<style>
span { border-color: #A5AB8E; }
span { border-color: rgb(165,171,142); }
td.TdClassName
{
border-color: #A5AB8E;
}
.TagClassName
{
border-color: #A5AB8E;
}
</style>