Shades of Brass #A5A831
Tints of Brass #A5A831
RGB
CMYK
RGB Variations
Color information
#A5A831 (or 0xA5A831) is known color: Brass. HEX triplet: A5, A8 and 31. RGB value is (165,168,49). Sum of RGB (Red+Green+Blue) = 165+168+49=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A831 is #5A57CE. Grayscale: #9A9A9A. Windows color (decimal): -5920719 or 3254437. OLE color: 3254437.
HSL color Cylindrical-coordinate representation of color #A5A831: hue angle of 61.51º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5A831 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 168 | 49 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.34 |
| HSL | 61.51º | 0.55% | 0.43% | - |
| HSV(B) | 61.51º | 0.71% | 0.66% | - |
| XYZ | 30.07 | 36.23 | 8.31 | - |
| YUV | 153.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 168 | 49 | 0.02 | 0 | 0.71 | 0.34 | 61.51 | 0.55 | 0.43 |
| Hex | A5 | A8 | 31 | 2 | 0 | 47 | 22 | 3E | 37 | 2B |
| Octal | 245 | 250 | 61 | 2 | 0 | 107 | 42 | 76 | 67 | 53 |
| Binary | 10100101 | 10101000 | 110001 | 10 | 0 | 1000111 | 100010 | 111110 | 110111 | 101011 |
Color Harmonies of #A5A831
Complementary color
Monochromatic Colors of #A5A831
Black with #A5A831
Text Example
Text Example
White with #A5A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A831; }
p { color: rgb(165,168,49); }
H1.HeaderClassName
{
color: #A5A831;
}
.AnyTagClassName
{
color: #A5A831;
}
</style>
background-color css
<style>
a { background-color: #A5A831; }
a { background-color: rgb(165,168,49); }
div.DivClassName
{
background-color: #A5A831;
}
.BgClassName
{
background-color: #A5A831;
}
</style>
border-color css
<style>
span { border-color: #A5A831; }
span { border-color: rgb(165,168,49); }
td.TdClassName
{
border-color: #A5A831;
}
.TagClassName
{
border-color: #A5A831;
}
</style>