Shades of Brass #A7A93F
Tints of Brass #A7A93F
RGB
CMYK
RGB Variations
Color information
#A7A93F (or 0xA7A93F) is known color: Brass. HEX triplet: A7, A9 and 3F. RGB value is (167,169,63). Sum of RGB (Red+Green+Blue) = 167+169+63=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A93F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A93F is #5856C0. Grayscale: #9C9C9C. Windows color (decimal): -5789377 or 4172199. OLE color: 4172199.
HSL color Cylindrical-coordinate representation of color #A7A93F: hue angle of 61.13º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7A93F is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 169 | 63 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.34 |
| HSL | 61.13º | 0.46% | 0.45% | - |
| HSV(B) | 61.13º | 0.63% | 0.66% | - |
| XYZ | 31.02 | 36.95 | 10.2 | - |
| YUV | 156.32 | 75.34 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 63 | 0.01 | 0 | 0.63 | 0.34 | 61.13 | 0.46 | 0.45 |
| Hex | A7 | A9 | 3F | 1 | 0 | 3F | 22 | 3D | 2E | 2D |
| Octal | 247 | 251 | 77 | 1 | 0 | 77 | 42 | 75 | 56 | 55 |
| Binary | 10100111 | 10101001 | 111111 | 1 | 0 | 111111 | 100010 | 111101 | 101110 | 101101 |
Color Harmonies of #A7A93F
Complementary color
Monochromatic Colors of #A7A93F
Black with #A7A93F
Text Example
Text Example
White with #A7A93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A93F; }
p { color: rgb(167,169,63); }
H1.HeaderClassName
{
color: #A7A93F;
}
.AnyTagClassName
{
color: #A7A93F;
}
</style>
background-color css
<style>
a { background-color: #A7A93F; }
a { background-color: rgb(167,169,63); }
div.DivClassName
{
background-color: #A7A93F;
}
.BgClassName
{
background-color: #A7A93F;
}
</style>
border-color css
<style>
span { border-color: #A7A93F; }
span { border-color: rgb(167,169,63); }
td.TdClassName
{
border-color: #A7A93F;
}
.TagClassName
{
border-color: #A7A93F;
}
</style>