Shades of Brass #AFA749
Tints of Brass #AFA749
RGB
CMYK
RGB Variations
Color information
#AFA749 (or 0xAFA749) is known color: Brass. HEX triplet: AF, A7 and 49. RGB value is (175,167,73). Sum of RGB (Red+Green+Blue) = 175+167+73=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA749 is #5058B6. Grayscale: #9F9F9F. Windows color (decimal): -5265591 or 4827055. OLE color: 4827055.
HSL color Cylindrical-coordinate representation of color #AFA749: hue angle of 55.29º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFA749 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 73 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.31 |
| HSL | 55.29º | 0.41% | 0.49% | - |
| HSV(B) | 55.29º | 0.58% | 0.69% | - |
| XYZ | 32.7 | 37.23 | 11.77 | - |
| YUV | 158.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 73 | 0 | 0.05 | 0.58 | 0.31 | 55.29 | 0.41 | 0.49 |
| Hex | AF | A7 | 49 | 0 | 5 | 3A | 1F | 37 | 29 | 31 |
| Octal | 257 | 247 | 111 | 0 | 5 | 72 | 37 | 67 | 51 | 61 |
| Binary | 10101111 | 10100111 | 1001001 | 0 | 101 | 111010 | 11111 | 110111 | 101001 | 110001 |
Color Harmonies of #AFA749
Complementary color
Monochromatic Colors of #AFA749
Black with #AFA749
Text Example
Text Example
White with #AFA749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA749; }
p { color: rgb(175,167,73); }
H1.HeaderClassName
{
color: #AFA749;
}
.AnyTagClassName
{
color: #AFA749;
}
</style>
background-color css
<style>
a { background-color: #AFA749; }
a { background-color: rgb(175,167,73); }
div.DivClassName
{
background-color: #AFA749;
}
.BgClassName
{
background-color: #AFA749;
}
</style>
border-color css
<style>
span { border-color: #AFA749; }
span { border-color: rgb(175,167,73); }
td.TdClassName
{
border-color: #AFA749;
}
.TagClassName
{
border-color: #AFA749;
}
</style>