Shades of Bud #A5A995
Tints of Bud #A5A995
RGB
CMYK
RGB Variations
Color information
#A5A995 (or 0xA5A995) is known color: Bud. HEX triplet: A5, A9 and 95. RGB value is (165,169,149). Sum of RGB (Red+Green+Blue) = 165+169+149=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A995 is #5A566A. Grayscale: #A5A5A5. Windows color (decimal): -5920363 or 9808293. OLE color: 9808293.
HSL color Cylindrical-coordinate representation of color #A5A995: hue angle of 72º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5A995 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 169 | 149 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.34 |
| HSL | 72º | 0.1% | 0.62% | - |
| HSV(B) | 72º | 0.12% | 0.66% | - |
| XYZ | 35.13 | 38.55 | 34.02 | - |
| YUV | 165.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 169 | 149 | 0.02 | 0 | 0.12 | 0.34 | 72 | 0.1 | 0.62 |
| Hex | A5 | A9 | 95 | 2 | 0 | C | 22 | 48 | A | 3E |
| Octal | 245 | 251 | 225 | 2 | 0 | 14 | 42 | 110 | 12 | 76 |
| Binary | 10100101 | 10101001 | 10010101 | 10 | 0 | 1100 | 100010 | 1001000 | 1010 | 111110 |
Color Harmonies of #A5A995
Complementary color
Monochromatic Colors of #A5A995
Black with #A5A995
Text Example
Text Example
White with #A5A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A995; }
p { color: rgb(165,169,149); }
H1.HeaderClassName
{
color: #A5A995;
}
.AnyTagClassName
{
color: #A5A995;
}
</style>
background-color css
<style>
a { background-color: #A5A995; }
a { background-color: rgb(165,169,149); }
div.DivClassName
{
background-color: #A5A995;
}
.BgClassName
{
background-color: #A5A995;
}
</style>
border-color css
<style>
span { border-color: #A5A995; }
span { border-color: rgb(165,169,149); }
td.TdClassName
{
border-color: #A5A995;
}
.TagClassName
{
border-color: #A5A995;
}
</style>