Shades of Bud #A5B187
Tints of Bud #A5B187
RGB
CMYK
RGB Variations
Color information
#A5B187 (or 0xA5B187) is known color: Bud. HEX triplet: A5, B1 and 87. RGB value is (165,177,135). Sum of RGB (Red+Green+Blue) = 165+177+135=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B187 is #5A4E78. Grayscale: #A8A8A8. Windows color (decimal): -5918329 or 8892837. OLE color: 8892837.
HSL color Cylindrical-coordinate representation of color #A5B187: hue angle of 77.14º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5B187 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 135 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.31 |
| HSL | 77.14º | 0.21% | 0.61% | - |
| HSV(B) | 77.14º | 0.24% | 0.69% | - |
| XYZ | 35.61 | 41.19 | 29 | - |
| YUV | 168.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 135 | 0.07 | 0 | 0.24 | 0.31 | 77.14 | 0.21 | 0.61 |
| Hex | A5 | B1 | 87 | 7 | 0 | 18 | 1F | 4D | 15 | 3D |
| Octal | 245 | 261 | 207 | 7 | 0 | 30 | 37 | 115 | 25 | 75 |
| Binary | 10100101 | 10110001 | 10000111 | 111 | 0 | 11000 | 11111 | 1001101 | 10101 | 111101 |
Color Harmonies of #A5B187
Complementary color
Monochromatic Colors of #A5B187
Black with #A5B187
Text Example
Text Example
White with #A5B187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B187; }
p { color: rgb(165,177,135); }
H1.HeaderClassName
{
color: #A5B187;
}
.AnyTagClassName
{
color: #A5B187;
}
</style>
background-color css
<style>
a { background-color: #A5B187; }
a { background-color: rgb(165,177,135); }
div.DivClassName
{
background-color: #A5B187;
}
.BgClassName
{
background-color: #A5B187;
}
</style>
border-color css
<style>
span { border-color: #A5B187; }
span { border-color: rgb(165,177,135); }
td.TdClassName
{
border-color: #A5B187;
}
.TagClassName
{
border-color: #A5B187;
}
</style>