Shades of Brass #AFA139
Tints of Brass #AFA139
RGB
CMYK
RGB Variations
Color information
#AFA139 (or 0xAFA139) is known color: Brass. HEX triplet: AF, A1 and 39. RGB value is (175,161,57). Sum of RGB (Red+Green+Blue) = 175+161+57=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA139 is #505EC6. Grayscale: #999999. Windows color (decimal): -5267143 or 3776943. OLE color: 3776943.
HSL color Cylindrical-coordinate representation of color #AFA139: hue angle of 52.88º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFA139 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 57 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.31 |
| HSL | 52.88º | 0.51% | 0.45% | - |
| HSV(B) | 52.88º | 0.67% | 0.69% | - |
| XYZ | 31.16 | 34.9 | 8.96 | - |
| YUV | 153.33 | 73.64 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 57 | 0 | 0.08 | 0.67 | 0.31 | 52.88 | 0.51 | 0.45 |
| Hex | AF | A1 | 39 | 0 | 8 | 43 | 1F | 35 | 33 | 2D |
| Octal | 257 | 241 | 71 | 0 | 10 | 103 | 37 | 65 | 63 | 55 |
| Binary | 10101111 | 10100001 | 111001 | 0 | 1000 | 1000011 | 11111 | 110101 | 110011 | 101101 |
Color Harmonies of #AFA139
Complementary color
Monochromatic Colors of #AFA139
Black with #AFA139
Text Example
Text Example
White with #AFA139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA139; }
p { color: rgb(175,161,57); }
H1.HeaderClassName
{
color: #AFA139;
}
.AnyTagClassName
{
color: #AFA139;
}
</style>
background-color css
<style>
a { background-color: #AFA139; }
a { background-color: rgb(175,161,57); }
div.DivClassName
{
background-color: #AFA139;
}
.BgClassName
{
background-color: #AFA139;
}
</style>
border-color css
<style>
span { border-color: #AFA139; }
span { border-color: rgb(175,161,57); }
td.TdClassName
{
border-color: #AFA139;
}
.TagClassName
{
border-color: #AFA139;
}
</style>