Shades of Brass #AF9C3F
Tints of Brass #AF9C3F
RGB
CMYK
RGB Variations
Color information
#AF9C3F (or 0xAF9C3F) is known color: Brass. HEX triplet: AF, 9C and 3F. RGB value is (175,156,63). Sum of RGB (Red+Green+Blue) = 175+156+63=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9C3F is #5063C0. Grayscale: #979797. Windows color (decimal): -5268417 or 4168879. OLE color: 4168879.
HSL color Cylindrical-coordinate representation of color #AF9C3F: hue angle of 49.82º 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 #AF9C3F is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 63 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.31 |
| HSL | 49.82º | 0.47% | 0.47% | - |
| HSV(B) | 49.82º | 0.64% | 0.69% | - |
| XYZ | 30.46 | 33.25 | 9.51 | - |
| YUV | 151.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 63 | 0 | 0.11 | 0.64 | 0.31 | 49.82 | 0.47 | 0.47 |
| Hex | AF | 9C | 3F | 0 | B | 40 | 1F | 32 | 2F | 2F |
| Octal | 257 | 234 | 77 | 0 | 13 | 100 | 37 | 62 | 57 | 57 |
| Binary | 10101111 | 10011100 | 111111 | 0 | 1011 | 1000000 | 11111 | 110010 | 101111 | 101111 |
Color Harmonies of #AF9C3F
Complementary color
Monochromatic Colors of #AF9C3F
Black with #AF9C3F
Text Example
Text Example
White with #AF9C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C3F; }
p { color: rgb(175,156,63); }
H1.HeaderClassName
{
color: #AF9C3F;
}
.AnyTagClassName
{
color: #AF9C3F;
}
</style>
background-color css
<style>
a { background-color: #AF9C3F; }
a { background-color: rgb(175,156,63); }
div.DivClassName
{
background-color: #AF9C3F;
}
.BgClassName
{
background-color: #AF9C3F;
}
</style>
border-color css
<style>
span { border-color: #AF9C3F; }
span { border-color: rgb(175,156,63); }
td.TdClassName
{
border-color: #AF9C3F;
}
.TagClassName
{
border-color: #AF9C3F;
}
</style>