Shades of Brass #AFA738
Tints of Brass #AFA738
RGB
CMYK
RGB Variations
Color information
#AFA738 (or 0xAFA738) is known color: Brass. HEX triplet: AF, A7 and 38. RGB value is (175,167,56). Sum of RGB (Red+Green+Blue) = 175+167+56=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA738 is #5058C7. Grayscale: #9D9D9D. Windows color (decimal): -5265608 or 3712943. OLE color: 3712943.
HSL color Cylindrical-coordinate representation of color #AFA738: hue angle of 55.97º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFA738 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 56 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.31 |
| HSL | 55.97º | 0.52% | 0.45% | - |
| HSV(B) | 55.97º | 0.68% | 0.69% | - |
| XYZ | 32.21 | 37.04 | 9.19 | - |
| YUV | 156.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 56 | 0 | 0.05 | 0.68 | 0.31 | 55.97 | 0.52 | 0.45 |
| Hex | AF | A7 | 38 | 0 | 5 | 44 | 1F | 38 | 34 | 2D |
| Octal | 257 | 247 | 70 | 0 | 5 | 104 | 37 | 70 | 64 | 55 |
| Binary | 10101111 | 10100111 | 111000 | 0 | 101 | 1000100 | 11111 | 111000 | 110100 | 101101 |
Color Harmonies of #AFA738
Complementary color
Monochromatic Colors of #AFA738
Black with #AFA738
Text Example
Text Example
White with #AFA738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA738; }
p { color: rgb(175,167,56); }
H1.HeaderClassName
{
color: #AFA738;
}
.AnyTagClassName
{
color: #AFA738;
}
</style>
background-color css
<style>
a { background-color: #AFA738; }
a { background-color: rgb(175,167,56); }
div.DivClassName
{
background-color: #AFA738;
}
.BgClassName
{
background-color: #AFA738;
}
</style>
border-color css
<style>
span { border-color: #AFA738; }
span { border-color: rgb(175,167,56); }
td.TdClassName
{
border-color: #AFA738;
}
.TagClassName
{
border-color: #AFA738;
}
</style>