Shades of Brass #AFAC37
Tints of Brass #AFAC37
RGB
CMYK
RGB Variations
Color information
#AFAC37 (or 0xAFAC37) is known color: Brass. HEX triplet: AF, AC and 37. RGB value is (175,172,55). Sum of RGB (Red+Green+Blue) = 175+172+55=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC37 is #5053C8. Grayscale: #A0A0A0. Windows color (decimal): -5264329 or 3648687. OLE color: 3648687.
HSL color Cylindrical-coordinate representation of color #AFAC37: hue angle of 58.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFAC37 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 55 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.31 |
| HSL | 58.5º | 0.52% | 0.45% | - |
| HSV(B) | 58.5º | 0.69% | 0.69% | - |
| XYZ | 33.12 | 38.89 | 9.38 | - |
| YUV | 159.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 55 | 0 | 0.02 | 0.69 | 0.31 | 58.5 | 0.52 | 0.45 |
| Hex | AF | AC | 37 | 0 | 2 | 45 | 1F | 3A | 34 | 2D |
| Octal | 257 | 254 | 67 | 0 | 2 | 105 | 37 | 72 | 64 | 55 |
| Binary | 10101111 | 10101100 | 110111 | 0 | 10 | 1000101 | 11111 | 111010 | 110100 | 101101 |
Color Harmonies of #AFAC37
Complementary color
Monochromatic Colors of #AFAC37
Black with #AFAC37
Text Example
Text Example
White with #AFAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC37; }
p { color: rgb(175,172,55); }
H1.HeaderClassName
{
color: #AFAC37;
}
.AnyTagClassName
{
color: #AFAC37;
}
</style>
background-color css
<style>
a { background-color: #AFAC37; }
a { background-color: rgb(175,172,55); }
div.DivClassName
{
background-color: #AFAC37;
}
.BgClassName
{
background-color: #AFAC37;
}
</style>
border-color css
<style>
span { border-color: #AFAC37; }
span { border-color: rgb(175,172,55); }
td.TdClassName
{
border-color: #AFAC37;
}
.TagClassName
{
border-color: #AFAC37;
}
</style>