Shades of Brass #AF9D37
Tints of Brass #AF9D37
RGB
CMYK
RGB Variations
Color information
#AF9D37 (or 0xAF9D37) is known color: Brass. HEX triplet: AF, 9D and 37. RGB value is (175,157,55). Sum of RGB (Red+Green+Blue) = 175+157+55=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9D37 is #5062C8. Grayscale: #979797. Windows color (decimal): -5268169 or 3644847. OLE color: 3644847.
HSL color Cylindrical-coordinate representation of color #AF9D37: hue angle of 51º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF9D37 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 55 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.31 |
| HSL | 51º | 0.52% | 0.45% | - |
| HSV(B) | 51º | 0.69% | 0.69% | - |
| XYZ | 30.43 | 33.5 | 8.48 | - |
| YUV | 150.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 55 | 0 | 0.10 | 0.69 | 0.31 | 51 | 0.52 | 0.45 |
| Hex | AF | 9D | 37 | 0 | A | 45 | 1F | 33 | 34 | 2D |
| Octal | 257 | 235 | 67 | 0 | 12 | 105 | 37 | 63 | 64 | 55 |
| Binary | 10101111 | 10011101 | 110111 | 0 | 1010 | 1000101 | 11111 | 110011 | 110100 | 101101 |
Color Harmonies of #AF9D37
Complementary color
Monochromatic Colors of #AF9D37
Black with #AF9D37
Text Example
Text Example
White with #AF9D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9D37; }
p { color: rgb(175,157,55); }
H1.HeaderClassName
{
color: #AF9D37;
}
.AnyTagClassName
{
color: #AF9D37;
}
</style>
background-color css
<style>
a { background-color: #AF9D37; }
a { background-color: rgb(175,157,55); }
div.DivClassName
{
background-color: #AF9D37;
}
.BgClassName
{
background-color: #AF9D37;
}
</style>
border-color css
<style>
span { border-color: #AF9D37; }
span { border-color: rgb(175,157,55); }
td.TdClassName
{
border-color: #AF9D37;
}
.TagClassName
{
border-color: #AF9D37;
}
</style>