Shades of Brass #AFA940
Tints of Brass #AFA940
RGB
CMYK
RGB Variations
Color information
#AFA940 (or 0xAFA940) is known color: Brass. HEX triplet: AF, A9 and 40. RGB value is (175,169,64). Sum of RGB (Red+Green+Blue) = 175+169+64=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA940 is #5056BF. Grayscale: #9F9F9F. Windows color (decimal): -5265088 or 4237743. OLE color: 4237743.
HSL color Cylindrical-coordinate representation of color #AFA940: hue angle of 56.76º 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 #AFA940 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 64 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.31 |
| HSL | 56.76º | 0.46% | 0.47% | - |
| HSV(B) | 56.76º | 0.63% | 0.69% | - |
| XYZ | 32.79 | 37.86 | 10.43 | - |
| YUV | 158.82 | 74.49 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 64 | 0 | 0.03 | 0.63 | 0.31 | 56.76 | 0.46 | 0.47 |
| Hex | AF | A9 | 40 | 0 | 3 | 3F | 1F | 39 | 2E | 2F |
| Octal | 257 | 251 | 100 | 0 | 3 | 77 | 37 | 71 | 56 | 57 |
| Binary | 10101111 | 10101001 | 1000000 | 0 | 11 | 111111 | 11111 | 111001 | 101110 | 101111 |
Color Harmonies of #AFA940
Complementary color
Monochromatic Colors of #AFA940
Black with #AFA940
Text Example
Text Example
White with #AFA940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA940; }
p { color: rgb(175,169,64); }
H1.HeaderClassName
{
color: #AFA940;
}
.AnyTagClassName
{
color: #AFA940;
}
</style>
background-color css
<style>
a { background-color: #AFA940; }
a { background-color: rgb(175,169,64); }
div.DivClassName
{
background-color: #AFA940;
}
.BgClassName
{
background-color: #AFA940;
}
</style>
border-color css
<style>
span { border-color: #AFA940; }
span { border-color: rgb(175,169,64); }
td.TdClassName
{
border-color: #AFA940;
}
.TagClassName
{
border-color: #AFA940;
}
</style>