Shades of Brass #A7AD37
Tints of Brass #A7AD37
RGB
CMYK
RGB Variations
Color information
#A7AD37 (or 0xA7AD37) is known color: Brass. HEX triplet: A7, AD and 37. RGB value is (167,173,55). Sum of RGB (Red+Green+Blue) = 167+173+55=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AD37 is #5852C8. Grayscale: #9E9E9E. Windows color (decimal): -5788361 or 3648935. OLE color: 3648935.
HSL color Cylindrical-coordinate representation of color #A7AD37: hue angle of 63.05º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7AD37 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 55 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.32 |
| HSL | 63.05º | 0.52% | 0.45% | - |
| HSV(B) | 63.05º | 0.68% | 0.68% | - |
| XYZ | 31.57 | 38.38 | 9.36 | - |
| YUV | 157.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 55 | 0.03 | 0 | 0.68 | 0.32 | 63.05 | 0.52 | 0.45 |
| Hex | A7 | AD | 37 | 3 | 0 | 44 | 20 | 3F | 34 | 2D |
| Octal | 247 | 255 | 67 | 3 | 0 | 104 | 40 | 77 | 64 | 55 |
| Binary | 10100111 | 10101101 | 110111 | 11 | 0 | 1000100 | 100000 | 111111 | 110100 | 101101 |
Color Harmonies of #A7AD37
Complementary color
Monochromatic Colors of #A7AD37
Black with #A7AD37
Text Example
Text Example
White with #A7AD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AD37; }
p { color: rgb(167,173,55); }
H1.HeaderClassName
{
color: #A7AD37;
}
.AnyTagClassName
{
color: #A7AD37;
}
</style>
background-color css
<style>
a { background-color: #A7AD37; }
a { background-color: rgb(167,173,55); }
div.DivClassName
{
background-color: #A7AD37;
}
.BgClassName
{
background-color: #A7AD37;
}
</style>
border-color css
<style>
span { border-color: #A7AD37; }
span { border-color: rgb(167,173,55); }
td.TdClassName
{
border-color: #A7AD37;
}
.TagClassName
{
border-color: #A7AD37;
}
</style>