Shades of Brass #AFAF3E
Tints of Brass #AFAF3E
RGB
CMYK
RGB Variations
Color information
#AFAF3E (or 0xAFAF3E) is known color: Brass. HEX triplet: AF, AF and 3E. RGB value is (175,175,62). Sum of RGB (Red+Green+Blue) = 175+175+62=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF3E is #5050C1. Grayscale: #A2A2A2. Windows color (decimal): -5263554 or 4108207. OLE color: 4108207.
HSL color Cylindrical-coordinate representation of color #AFAF3E: hue angle of 60º 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 #AFAF3E is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 62 | - |
| CMYK | 0 | 0 | 0.65 | 0.31 |
| HSL | 60º | 0.48% | 0.46% | - |
| HSV(B) | 60º | 0.65% | 0.69% | - |
| XYZ | 33.88 | 40.12 | 10.52 | - |
| YUV | 162.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 62 | 0 | 0 | 0.65 | 0.31 | 60 | 0.48 | 0.46 |
| Hex | AF | AF | 3E | 0 | 0 | 41 | 1F | 3C | 30 | 2E |
| Octal | 257 | 257 | 76 | 0 | 0 | 101 | 37 | 74 | 60 | 56 |
| Binary | 10101111 | 10101111 | 111110 | 0 | 0 | 1000001 | 11111 | 111100 | 110000 | 101110 |
Color Harmonies of #AFAF3E
Complementary color
Monochromatic Colors of #AFAF3E
Black with #AFAF3E
Text Example
Text Example
White with #AFAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAF3E; }
p { color: rgb(175,175,62); }
H1.HeaderClassName
{
color: #AFAF3E;
}
.AnyTagClassName
{
color: #AFAF3E;
}
</style>
background-color css
<style>
a { background-color: #AFAF3E; }
a { background-color: rgb(175,175,62); }
div.DivClassName
{
background-color: #AFAF3E;
}
.BgClassName
{
background-color: #AFAF3E;
}
</style>
border-color css
<style>
span { border-color: #AFAF3E; }
span { border-color: rgb(175,175,62); }
td.TdClassName
{
border-color: #AFAF3E;
}
.TagClassName
{
border-color: #AFAF3E;
}
</style>