Shades of Brass #AFA847
Tints of Brass #AFA847
RGB
CMYK
RGB Variations
Color information
#AFA847 (or 0xAFA847) is known color: Brass. HEX triplet: AF, A8 and 47. RGB value is (175,168,71). Sum of RGB (Red+Green+Blue) = 175+168+71=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA847 is #5057B8. Grayscale: #9F9F9F. Windows color (decimal): -5265337 or 4696239. OLE color: 4696239.
HSL color Cylindrical-coordinate representation of color #AFA847: hue angle of 55.96º 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 #AFA847 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 71 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.31 |
| HSL | 55.96º | 0.42% | 0.48% | - |
| HSV(B) | 55.96º | 0.59% | 0.69% | - |
| XYZ | 32.82 | 37.57 | 11.48 | - |
| YUV | 159.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 71 | 0 | 0.04 | 0.59 | 0.31 | 55.96 | 0.42 | 0.48 |
| Hex | AF | A8 | 47 | 0 | 4 | 3B | 1F | 38 | 2A | 30 |
| Octal | 257 | 250 | 107 | 0 | 4 | 73 | 37 | 70 | 52 | 60 |
| Binary | 10101111 | 10101000 | 1000111 | 0 | 100 | 111011 | 11111 | 111000 | 101010 | 110000 |
Color Harmonies of #AFA847
Complementary color
Monochromatic Colors of #AFA847
Black with #AFA847
Text Example
Text Example
White with #AFA847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA847; }
p { color: rgb(175,168,71); }
H1.HeaderClassName
{
color: #AFA847;
}
.AnyTagClassName
{
color: #AFA847;
}
</style>
background-color css
<style>
a { background-color: #AFA847; }
a { background-color: rgb(175,168,71); }
div.DivClassName
{
background-color: #AFA847;
}
.BgClassName
{
background-color: #AFA847;
}
</style>
border-color css
<style>
span { border-color: #AFA847; }
span { border-color: rgb(175,168,71); }
td.TdClassName
{
border-color: #AFA847;
}
.TagClassName
{
border-color: #AFA847;
}
</style>