Shades of Brass #AFAC3A
Tints of Brass #AFAC3A
RGB
CMYK
RGB Variations
Color information
#AFAC3A (or 0xAFAC3A) is known color: Brass. HEX triplet: AF, AC and 3A. RGB value is (175,172,58). Sum of RGB (Red+Green+Blue) = 175+172+58=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC3A is #5053C5. Grayscale: #A0A0A0. Windows color (decimal): -5264326 or 3845295. OLE color: 3845295.
HSL color Cylindrical-coordinate representation of color #AFAC3A: hue angle of 58.46º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFAC3A is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 58 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.31 |
| HSL | 58.46º | 0.5% | 0.46% | - |
| HSV(B) | 58.46º | 0.67% | 0.69% | - |
| XYZ | 33.2 | 38.92 | 9.77 | - |
| YUV | 159.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 58 | 0 | 0.02 | 0.67 | 0.31 | 58.46 | 0.5 | 0.46 |
| Hex | AF | AC | 3A | 0 | 2 | 43 | 1F | 3A | 32 | 2E |
| Octal | 257 | 254 | 72 | 0 | 2 | 103 | 37 | 72 | 62 | 56 |
| Binary | 10101111 | 10101100 | 111010 | 0 | 10 | 1000011 | 11111 | 111010 | 110010 | 101110 |
Color Harmonies of #AFAC3A
Complementary color
Monochromatic Colors of #AFAC3A
Black with #AFAC3A
Text Example
Text Example
White with #AFAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC3A; }
p { color: rgb(175,172,58); }
H1.HeaderClassName
{
color: #AFAC3A;
}
.AnyTagClassName
{
color: #AFAC3A;
}
</style>
background-color css
<style>
a { background-color: #AFAC3A; }
a { background-color: rgb(175,172,58); }
div.DivClassName
{
background-color: #AFAC3A;
}
.BgClassName
{
background-color: #AFAC3A;
}
</style>
border-color css
<style>
span { border-color: #AFAC3A; }
span { border-color: rgb(175,172,58); }
td.TdClassName
{
border-color: #AFAC3A;
}
.TagClassName
{
border-color: #AFAC3A;
}
</style>