Shades of Brass #AFA748
Tints of Brass #AFA748
RGB
CMYK
RGB Variations
Color information
#AFA748 (or 0xAFA748) is known color: Brass. HEX triplet: AF, A7 and 48. RGB value is (175,167,72). Sum of RGB (Red+Green+Blue) = 175+167+72=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA748 is #5058B7. Grayscale: #9E9E9E. Windows color (decimal): -5265592 or 4761519. OLE color: 4761519.
HSL color Cylindrical-coordinate representation of color #AFA748: hue angle of 55.34º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFA748 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 72 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.31 |
| HSL | 55.34º | 0.42% | 0.48% | - |
| HSV(B) | 55.34º | 0.59% | 0.69% | - |
| XYZ | 32.67 | 37.22 | 11.59 | - |
| YUV | 158.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 72 | 0 | 0.05 | 0.59 | 0.31 | 55.34 | 0.42 | 0.48 |
| Hex | AF | A7 | 48 | 0 | 5 | 3B | 1F | 37 | 2A | 30 |
| Octal | 257 | 247 | 110 | 0 | 5 | 73 | 37 | 67 | 52 | 60 |
| Binary | 10101111 | 10100111 | 1001000 | 0 | 101 | 111011 | 11111 | 110111 | 101010 | 110000 |
Color Harmonies of #AFA748
Complementary color
Monochromatic Colors of #AFA748
Black with #AFA748
Text Example
Text Example
White with #AFA748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA748; }
p { color: rgb(175,167,72); }
H1.HeaderClassName
{
color: #AFA748;
}
.AnyTagClassName
{
color: #AFA748;
}
</style>
background-color css
<style>
a { background-color: #AFA748; }
a { background-color: rgb(175,167,72); }
div.DivClassName
{
background-color: #AFA748;
}
.BgClassName
{
background-color: #AFA748;
}
</style>
border-color css
<style>
span { border-color: #AFA748; }
span { border-color: rgb(175,167,72); }
td.TdClassName
{
border-color: #AFA748;
}
.TagClassName
{
border-color: #AFA748;
}
</style>