Shades of Brass #AFA041
Tints of Brass #AFA041
RGB
CMYK
RGB Variations
Color information
#AFA041 (or 0xAFA041) is known color: Brass. HEX triplet: AF, A0 and 41. RGB value is (175,160,65). Sum of RGB (Red+Green+Blue) = 175+160+65=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA041 is #505FBE. Grayscale: #9A9A9A. Windows color (decimal): -5267391 or 4300975. OLE color: 4300975.
HSL color Cylindrical-coordinate representation of color #AFA041: hue angle of 51.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFA041 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 65 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.31 |
| HSL | 51.82º | 0.46% | 0.47% | - |
| HSV(B) | 51.82º | 0.63% | 0.69% | - |
| XYZ | 31.2 | 34.64 | 10.04 | - |
| YUV | 153.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 65 | 0 | 0.09 | 0.63 | 0.31 | 51.82 | 0.46 | 0.47 |
| Hex | AF | A0 | 41 | 0 | 9 | 3F | 1F | 34 | 2E | 2F |
| Octal | 257 | 240 | 101 | 0 | 11 | 77 | 37 | 64 | 56 | 57 |
| Binary | 10101111 | 10100000 | 1000001 | 0 | 1001 | 111111 | 11111 | 110100 | 101110 | 101111 |
Color Harmonies of #AFA041
Complementary color
Monochromatic Colors of #AFA041
Black with #AFA041
Text Example
Text Example
White with #AFA041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA041; }
p { color: rgb(175,160,65); }
H1.HeaderClassName
{
color: #AFA041;
}
.AnyTagClassName
{
color: #AFA041;
}
</style>
background-color css
<style>
a { background-color: #AFA041; }
a { background-color: rgb(175,160,65); }
div.DivClassName
{
background-color: #AFA041;
}
.BgClassName
{
background-color: #AFA041;
}
</style>
border-color css
<style>
span { border-color: #AFA041; }
span { border-color: rgb(175,160,65); }
td.TdClassName
{
border-color: #AFA041;
}
.TagClassName
{
border-color: #AFA041;
}
</style>