Shades of Brass #AFA734
Tints of Brass #AFA734
RGB
CMYK
RGB Variations
Color information
#AFA734 (or 0xAFA734) is known color: Brass. HEX triplet: AF, A7 and 34. RGB value is (175,167,52). Sum of RGB (Red+Green+Blue) = 175+167+52=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA734 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA734 is #5058CB. Grayscale: #9C9C9C. Windows color (decimal): -5265612 or 3450799. OLE color: 3450799.
HSL color Cylindrical-coordinate representation of color #AFA734: hue angle of 56.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFA734 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 52 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.31 |
| HSL | 56.1º | 0.54% | 0.45% | - |
| HSV(B) | 56.1º | 0.7% | 0.69% | - |
| XYZ | 32.12 | 37 | 8.7 | - |
| YUV | 156.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 52 | 0 | 0.05 | 0.70 | 0.31 | 56.1 | 0.54 | 0.45 |
| Hex | AF | A7 | 34 | 0 | 5 | 46 | 1F | 38 | 36 | 2D |
| Octal | 257 | 247 | 64 | 0 | 5 | 106 | 37 | 70 | 66 | 55 |
| Binary | 10101111 | 10100111 | 110100 | 0 | 101 | 1000110 | 11111 | 111000 | 110110 | 101101 |
Color Harmonies of #AFA734
Complementary color
Monochromatic Colors of #AFA734
Black with #AFA734
Text Example
Text Example
White with #AFA734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA734; }
p { color: rgb(175,167,52); }
H1.HeaderClassName
{
color: #AFA734;
}
.AnyTagClassName
{
color: #AFA734;
}
</style>
background-color css
<style>
a { background-color: #AFA734; }
a { background-color: rgb(175,167,52); }
div.DivClassName
{
background-color: #AFA734;
}
.BgClassName
{
background-color: #AFA734;
}
</style>
border-color css
<style>
span { border-color: #AFA734; }
span { border-color: rgb(175,167,52); }
td.TdClassName
{
border-color: #AFA734;
}
.TagClassName
{
border-color: #AFA734;
}
</style>