Shades of Brass #AFA839
Tints of Brass #AFA839
RGB
CMYK
RGB Variations
Color information
#AFA839 (or 0xAFA839) is known color: Brass. HEX triplet: AF, A8 and 39. RGB value is (175,168,57). Sum of RGB (Red+Green+Blue) = 175+168+57=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 57 (22.66% from 255 or 14.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA839 is #5057C6. Grayscale: #9D9D9D. Windows color (decimal): -5265351 or 3778735. OLE color: 3778735.
HSL color Cylindrical-coordinate representation of color #AFA839: hue angle of 56.44º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFA839 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 57 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.31 |
| HSL | 56.44º | 0.51% | 0.45% | - |
| HSV(B) | 56.44º | 0.67% | 0.69% | - |
| XYZ | 32.42 | 37.41 | 9.38 | - |
| YUV | 157.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 57 | 0 | 0.04 | 0.67 | 0.31 | 56.44 | 0.51 | 0.45 |
| Hex | AF | A8 | 39 | 0 | 4 | 43 | 1F | 38 | 33 | 2D |
| Octal | 257 | 250 | 71 | 0 | 4 | 103 | 37 | 70 | 63 | 55 |
| Binary | 10101111 | 10101000 | 111001 | 0 | 100 | 1000011 | 11111 | 111000 | 110011 | 101101 |
Color Harmonies of #AFA839
Complementary color
Monochromatic Colors of #AFA839
Black with #AFA839
Text Example
Text Example
White with #AFA839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA839; }
p { color: rgb(175,168,57); }
H1.HeaderClassName
{
color: #AFA839;
}
.AnyTagClassName
{
color: #AFA839;
}
</style>
background-color css
<style>
a { background-color: #AFA839; }
a { background-color: rgb(175,168,57); }
div.DivClassName
{
background-color: #AFA839;
}
.BgClassName
{
background-color: #AFA839;
}
</style>
border-color css
<style>
span { border-color: #AFA839; }
span { border-color: rgb(175,168,57); }
td.TdClassName
{
border-color: #AFA839;
}
.TagClassName
{
border-color: #AFA839;
}
</style>