Shades of Brass #AFAC40
Tints of Brass #AFAC40
RGB
CMYK
RGB Variations
Color information
#AFAC40 (or 0xAFAC40) is known color: Brass. HEX triplet: AF, AC and 40. RGB value is (175,172,64). Sum of RGB (Red+Green+Blue) = 175+172+64=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC40 is #5053BF. Grayscale: #A1A1A1. Windows color (decimal): -5264320 or 4238511. OLE color: 4238511.
HSL color Cylindrical-coordinate representation of color #AFAC40: hue angle of 58.38º 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 #AFAC40 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 64 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.31 |
| HSL | 58.38º | 0.46% | 0.47% | - |
| HSV(B) | 58.38º | 0.63% | 0.69% | - |
| XYZ | 33.36 | 38.99 | 10.62 | - |
| YUV | 160.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 64 | 0 | 0.02 | 0.63 | 0.31 | 58.38 | 0.46 | 0.47 |
| Hex | AF | AC | 40 | 0 | 2 | 3F | 1F | 3A | 2E | 2F |
| Octal | 257 | 254 | 100 | 0 | 2 | 77 | 37 | 72 | 56 | 57 |
| Binary | 10101111 | 10101100 | 1000000 | 0 | 10 | 111111 | 11111 | 111010 | 101110 | 101111 |
Color Harmonies of #AFAC40
Complementary color
Monochromatic Colors of #AFAC40
Black with #AFAC40
Text Example
Text Example
White with #AFAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC40; }
p { color: rgb(175,172,64); }
H1.HeaderClassName
{
color: #AFAC40;
}
.AnyTagClassName
{
color: #AFAC40;
}
</style>
background-color css
<style>
a { background-color: #AFAC40; }
a { background-color: rgb(175,172,64); }
div.DivClassName
{
background-color: #AFAC40;
}
.BgClassName
{
background-color: #AFAC40;
}
</style>
border-color css
<style>
span { border-color: #AFAC40; }
span { border-color: rgb(175,172,64); }
td.TdClassName
{
border-color: #AFAC40;
}
.TagClassName
{
border-color: #AFAC40;
}
</style>