Shades of Brass #AFA849
Tints of Brass #AFA849
RGB
CMYK
RGB Variations
Color information
#AFA849 (or 0xAFA849) is known color: Brass. HEX triplet: AF, A8 and 49. RGB value is (175,168,73). Sum of RGB (Red+Green+Blue) = 175+168+73=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA849 is #5057B6. Grayscale: #9F9F9F. Windows color (decimal): -5265335 or 4827311. OLE color: 4827311.
HSL color Cylindrical-coordinate representation of color #AFA849: hue angle of 55.88º 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 #AFA849 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 73 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.31 |
| HSL | 55.88º | 0.41% | 0.49% | - |
| HSV(B) | 55.88º | 0.58% | 0.69% | - |
| XYZ | 32.88 | 37.6 | 11.83 | - |
| YUV | 159.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 73 | 0 | 0.04 | 0.58 | 0.31 | 55.88 | 0.41 | 0.49 |
| Hex | AF | A8 | 49 | 0 | 4 | 3A | 1F | 38 | 29 | 31 |
| Octal | 257 | 250 | 111 | 0 | 4 | 72 | 37 | 70 | 51 | 61 |
| Binary | 10101111 | 10101000 | 1001001 | 0 | 100 | 111010 | 11111 | 111000 | 101001 | 110001 |
Color Harmonies of #AFA849
Complementary color
Monochromatic Colors of #AFA849
Black with #AFA849
Text Example
Text Example
White with #AFA849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA849; }
p { color: rgb(175,168,73); }
H1.HeaderClassName
{
color: #AFA849;
}
.AnyTagClassName
{
color: #AFA849;
}
</style>
background-color css
<style>
a { background-color: #AFA849; }
a { background-color: rgb(175,168,73); }
div.DivClassName
{
background-color: #AFA849;
}
.BgClassName
{
background-color: #AFA849;
}
</style>
border-color css
<style>
span { border-color: #AFA849; }
span { border-color: rgb(175,168,73); }
td.TdClassName
{
border-color: #AFA849;
}
.TagClassName
{
border-color: #AFA849;
}
</style>