Shades of Brass #AF9F3F
Tints of Brass #AF9F3F
RGB
CMYK
RGB Variations
Color information
#AF9F3F (or 0xAF9F3F) is known color: Brass. HEX triplet: AF, 9F and 3F. RGB value is (175,159,63). Sum of RGB (Red+Green+Blue) = 175+159+63=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F3F is #5060C0. Grayscale: #999999. Windows color (decimal): -5267649 or 4169647. OLE color: 4169647.
HSL color Cylindrical-coordinate representation of color #AF9F3F: hue angle of 51.43º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF9F3F is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 159 | 63 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.31 |
| HSL | 51.43º | 0.47% | 0.47% | - |
| HSV(B) | 51.43º | 0.64% | 0.69% | - |
| XYZ | 30.97 | 34.27 | 9.68 | - |
| YUV | 152.84 | 77.3 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 63 | 0 | 0.09 | 0.64 | 0.31 | 51.43 | 0.47 | 0.47 |
| Hex | AF | 9F | 3F | 0 | 9 | 40 | 1F | 33 | 2F | 2F |
| Octal | 257 | 237 | 77 | 0 | 11 | 100 | 37 | 63 | 57 | 57 |
| Binary | 10101111 | 10011111 | 111111 | 0 | 1001 | 1000000 | 11111 | 110011 | 101111 | 101111 |
Color Harmonies of #AF9F3F
Complementary color
Monochromatic Colors of #AF9F3F
Black with #AF9F3F
Text Example
Text Example
White with #AF9F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F3F; }
p { color: rgb(175,159,63); }
H1.HeaderClassName
{
color: #AF9F3F;
}
.AnyTagClassName
{
color: #AF9F3F;
}
</style>
background-color css
<style>
a { background-color: #AF9F3F; }
a { background-color: rgb(175,159,63); }
div.DivClassName
{
background-color: #AF9F3F;
}
.BgClassName
{
background-color: #AF9F3F;
}
</style>
border-color css
<style>
span { border-color: #AF9F3F; }
span { border-color: rgb(175,159,63); }
td.TdClassName
{
border-color: #AF9F3F;
}
.TagClassName
{
border-color: #AF9F3F;
}
</style>