Shades of Brass #AFA03E
Tints of Brass #AFA03E
RGB
CMYK
RGB Variations
Color information
#AFA03E (or 0xAFA03E) is known color: Brass. HEX triplet: AF, A0 and 3E. RGB value is (175,160,62). Sum of RGB (Red+Green+Blue) = 175+160+62=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA03E is #505FC1. Grayscale: #999999. Windows color (decimal): -5267394 or 4104367. OLE color: 4104367.
HSL color Cylindrical-coordinate representation of color #AFA03E: hue angle of 52.04º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFA03E is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 62 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.31 |
| HSL | 52.04º | 0.48% | 0.46% | - |
| HSV(B) | 52.04º | 0.65% | 0.69% | - |
| XYZ | 31.12 | 34.6 | 9.6 | - |
| YUV | 153.31 | 76.47 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 62 | 0 | 0.09 | 0.65 | 0.31 | 52.04 | 0.48 | 0.46 |
| Hex | AF | A0 | 3E | 0 | 9 | 41 | 1F | 34 | 30 | 2E |
| Octal | 257 | 240 | 76 | 0 | 11 | 101 | 37 | 64 | 60 | 56 |
| Binary | 10101111 | 10100000 | 111110 | 0 | 1001 | 1000001 | 11111 | 110100 | 110000 | 101110 |
Color Harmonies of #AFA03E
Complementary color
Monochromatic Colors of #AFA03E
Black with #AFA03E
Text Example
Text Example
White with #AFA03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA03E; }
p { color: rgb(175,160,62); }
H1.HeaderClassName
{
color: #AFA03E;
}
.AnyTagClassName
{
color: #AFA03E;
}
</style>
background-color css
<style>
a { background-color: #AFA03E; }
a { background-color: rgb(175,160,62); }
div.DivClassName
{
background-color: #AFA03E;
}
.BgClassName
{
background-color: #AFA03E;
}
</style>
border-color css
<style>
span { border-color: #AFA03E; }
span { border-color: rgb(175,160,62); }
td.TdClassName
{
border-color: #AFA03E;
}
.TagClassName
{
border-color: #AFA03E;
}
</style>