Shades of Brass #A7AF40
Tints of Brass #A7AF40
RGB
CMYK
RGB Variations
Color information
#A7AF40 (or 0xA7AF40) is known color: Brass. HEX triplet: A7, AF and 40. RGB value is (167,175,64). Sum of RGB (Red+Green+Blue) = 167+175+64=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AF40 is #5850BF. Grayscale: #A0A0A0. Windows color (decimal): -5787840 or 4239271. OLE color: 4239271.
HSL color Cylindrical-coordinate representation of color #A7AF40: hue angle of 64.32º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7AF40 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 175 | 64 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.31 |
| HSL | 64.32º | 0.46% | 0.47% | - |
| HSV(B) | 64.32º | 0.63% | 0.69% | - |
| XYZ | 32.19 | 39.25 | 10.73 | - |
| YUV | 159.95 | 73.85 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 175 | 64 | 0.05 | 0 | 0.63 | 0.31 | 64.32 | 0.46 | 0.47 |
| Hex | A7 | AF | 40 | 5 | 0 | 3F | 1F | 40 | 2E | 2F |
| Octal | 247 | 257 | 100 | 5 | 0 | 77 | 37 | 100 | 56 | 57 |
| Binary | 10100111 | 10101111 | 1000000 | 101 | 0 | 111111 | 11111 | 1000000 | 101110 | 101111 |
Color Harmonies of #A7AF40
Complementary color
Monochromatic Colors of #A7AF40
Black with #A7AF40
Text Example
Text Example
White with #A7AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AF40; }
p { color: rgb(167,175,64); }
H1.HeaderClassName
{
color: #A7AF40;
}
.AnyTagClassName
{
color: #A7AF40;
}
</style>
background-color css
<style>
a { background-color: #A7AF40; }
a { background-color: rgb(167,175,64); }
div.DivClassName
{
background-color: #A7AF40;
}
.BgClassName
{
background-color: #A7AF40;
}
</style>
border-color css
<style>
span { border-color: #A7AF40; }
span { border-color: rgb(167,175,64); }
td.TdClassName
{
border-color: #A7AF40;
}
.TagClassName
{
border-color: #A7AF40;
}
</style>