Shades of Brass #AFA851
Tints of Brass #AFA851
RGB
CMYK
RGB Variations
Color information
#AFA851 (or 0xAFA851) is known color: Brass. HEX triplet: AF, A8 and 51. RGB value is (175,168,81). Sum of RGB (Red+Green+Blue) = 175+168+81=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA851 is #5057AE. Grayscale: #A0A0A0. Windows color (decimal): -5265327 or 5351599. OLE color: 5351599.
HSL color Cylindrical-coordinate representation of color #AFA851: hue angle of 55.53º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFA851 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 81 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.31 |
| HSL | 55.53º | 0.37% | 0.5% | - |
| HSV(B) | 55.53º | 0.54% | 0.69% | - |
| XYZ | 33.17 | 37.71 | 13.32 | - |
| YUV | 160.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 81 | 0 | 0.04 | 0.54 | 0.31 | 55.53 | 0.37 | 0.5 |
| Hex | AF | A8 | 51 | 0 | 4 | 36 | 1F | 38 | 25 | 32 |
| Octal | 257 | 250 | 121 | 0 | 4 | 66 | 37 | 70 | 45 | 62 |
| Binary | 10101111 | 10101000 | 1010001 | 0 | 100 | 110110 | 11111 | 111000 | 100101 | 110010 |
Color Harmonies of #AFA851
Complementary color
Monochromatic Colors of #AFA851
Black with #AFA851
Text Example
Text Example
White with #AFA851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA851; }
p { color: rgb(175,168,81); }
H1.HeaderClassName
{
color: #AFA851;
}
.AnyTagClassName
{
color: #AFA851;
}
</style>
background-color css
<style>
a { background-color: #AFA851; }
a { background-color: rgb(175,168,81); }
div.DivClassName
{
background-color: #AFA851;
}
.BgClassName
{
background-color: #AFA851;
}
</style>
border-color css
<style>
span { border-color: #AFA851; }
span { border-color: rgb(175,168,81); }
td.TdClassName
{
border-color: #AFA851;
}
.TagClassName
{
border-color: #AFA851;
}
</style>