Shades of Brass #A7A14F
Tints of Brass #A7A14F
RGB
CMYK
RGB Variations
Color information
#A7A14F (or 0xA7A14F) is known color: Brass. HEX triplet: A7, A1 and 4F. RGB value is (167,161,79). Sum of RGB (Red+Green+Blue) = 167+161+79=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A14F is #585EB0. Grayscale: #999999. Windows color (decimal): -5791409 or 5218727. OLE color: 5218727.
HSL color Cylindrical-coordinate representation of color #A7A14F: hue angle of 55.91º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7A14F is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 161 | 79 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.35 |
| HSL | 55.91º | 0.36% | 0.48% | - |
| HSV(B) | 55.91º | 0.53% | 0.65% | - |
| XYZ | 30.09 | 34.27 | 12.43 | - |
| YUV | 153.45 | 85.99 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 161 | 79 | 0 | 0.04 | 0.53 | 0.35 | 55.91 | 0.36 | 0.48 |
| Hex | A7 | A1 | 4F | 0 | 4 | 35 | 23 | 38 | 24 | 30 |
| Octal | 247 | 241 | 117 | 0 | 4 | 65 | 43 | 70 | 44 | 60 |
| Binary | 10100111 | 10100001 | 1001111 | 0 | 100 | 110101 | 100011 | 111000 | 100100 | 110000 |
Color Harmonies of #A7A14F
Complementary color
Monochromatic Colors of #A7A14F
Black with #A7A14F
Text Example
Text Example
White with #A7A14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A14F; }
p { color: rgb(167,161,79); }
H1.HeaderClassName
{
color: #A7A14F;
}
.AnyTagClassName
{
color: #A7A14F;
}
</style>
background-color css
<style>
a { background-color: #A7A14F; }
a { background-color: rgb(167,161,79); }
div.DivClassName
{
background-color: #A7A14F;
}
.BgClassName
{
background-color: #A7A14F;
}
</style>
border-color css
<style>
span { border-color: #A7A14F; }
span { border-color: rgb(167,161,79); }
td.TdClassName
{
border-color: #A7A14F;
}
.TagClassName
{
border-color: #A7A14F;
}
</style>