Shades of Bud #A5A796
Tints of Bud #A5A796
RGB
CMYK
RGB Variations
Color information
#A5A796 (or 0xA5A796) is known color: Bud. HEX triplet: A5, A7 and 96. RGB value is (165,167,150). Sum of RGB (Red+Green+Blue) = 165+167+150=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A796 is #5A5869. Grayscale: #A4A4A4. Windows color (decimal): -5920874 or 9873317. OLE color: 9873317.
HSL color Cylindrical-coordinate representation of color #A5A796: hue angle of 67.06º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5A796 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 167 | 150 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.35 |
| HSL | 67.06º | 0.09% | 0.62% | - |
| HSV(B) | 67.06º | 0.1% | 0.65% | - |
| XYZ | 34.84 | 37.84 | 34.32 | - |
| YUV | 164.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 150 | 0.01 | 0 | 0.10 | 0.35 | 67.06 | 0.09 | 0.62 |
| Hex | A5 | A7 | 96 | 1 | 0 | A | 23 | 43 | 9 | 3E |
| Octal | 245 | 247 | 226 | 1 | 0 | 12 | 43 | 103 | 11 | 76 |
| Binary | 10100101 | 10100111 | 10010110 | 1 | 0 | 1010 | 100011 | 1000011 | 1001 | 111110 |
Color Harmonies of #A5A796
Complementary color
Monochromatic Colors of #A5A796
Black with #A5A796
Text Example
Text Example
White with #A5A796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A796; }
p { color: rgb(165,167,150); }
H1.HeaderClassName
{
color: #A5A796;
}
.AnyTagClassName
{
color: #A5A796;
}
</style>
background-color css
<style>
a { background-color: #A5A796; }
a { background-color: rgb(165,167,150); }
div.DivClassName
{
background-color: #A5A796;
}
.BgClassName
{
background-color: #A5A796;
}
</style>
border-color css
<style>
span { border-color: #A5A796; }
span { border-color: rgb(165,167,150); }
td.TdClassName
{
border-color: #A5A796;
}
.TagClassName
{
border-color: #A5A796;
}
</style>