Shades of Brass #AFA836
Tints of Brass #AFA836
RGB
CMYK
RGB Variations
Color information
#AFA836 (or 0xAFA836) is known color: Brass. HEX triplet: AF, A8 and 36. RGB value is (175,168,54). Sum of RGB (Red+Green+Blue) = 175+168+54=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA836 is #5057C9. Grayscale: #9D9D9D. Windows color (decimal): -5265354 or 3582127. OLE color: 3582127.
HSL color Cylindrical-coordinate representation of color #AFA836: hue angle of 56.53º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFA836 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 54 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.31 |
| HSL | 56.53º | 0.53% | 0.45% | - |
| HSV(B) | 56.53º | 0.69% | 0.69% | - |
| XYZ | 32.35 | 37.39 | 9 | - |
| YUV | 157.1 | 69.82 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 54 | 0 | 0.04 | 0.69 | 0.31 | 56.53 | 0.53 | 0.45 |
| Hex | AF | A8 | 36 | 0 | 4 | 45 | 1F | 39 | 35 | 2D |
| Octal | 257 | 250 | 66 | 0 | 4 | 105 | 37 | 71 | 65 | 55 |
| Binary | 10101111 | 10101000 | 110110 | 0 | 100 | 1000101 | 11111 | 111001 | 110101 | 101101 |
Color Harmonies of #AFA836
Complementary color
Monochromatic Colors of #AFA836
Black with #AFA836
Text Example
Text Example
White with #AFA836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA836; }
p { color: rgb(175,168,54); }
H1.HeaderClassName
{
color: #AFA836;
}
.AnyTagClassName
{
color: #AFA836;
}
</style>
background-color css
<style>
a { background-color: #AFA836; }
a { background-color: rgb(175,168,54); }
div.DivClassName
{
background-color: #AFA836;
}
.BgClassName
{
background-color: #AFA836;
}
</style>
border-color css
<style>
span { border-color: #AFA836; }
span { border-color: rgb(175,168,54); }
td.TdClassName
{
border-color: #AFA836;
}
.TagClassName
{
border-color: #AFA836;
}
</style>