Shades of Brass #AFA651
Tints of Brass #AFA651
RGB
CMYK
RGB Variations
Color information
#AFA651 (or 0xAFA651) is known color: Brass. HEX triplet: AF, A6 and 51. RGB value is (175,166,81). Sum of RGB (Red+Green+Blue) = 175+166+81=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA651 is #5059AE. Grayscale: #9F9F9F. Windows color (decimal): -5265839 or 5351087. OLE color: 5351087.
HSL color Cylindrical-coordinate representation of color #AFA651: hue angle of 54.26º 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 #AFA651 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 81 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.31 |
| HSL | 54.26º | 0.37% | 0.5% | - |
| HSV(B) | 54.26º | 0.54% | 0.69% | - |
| XYZ | 32.8 | 36.98 | 13.19 | - |
| YUV | 159 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 81 | 0 | 0.05 | 0.54 | 0.31 | 54.26 | 0.37 | 0.5 |
| Hex | AF | A6 | 51 | 0 | 5 | 36 | 1F | 36 | 25 | 32 |
| Octal | 257 | 246 | 121 | 0 | 5 | 66 | 37 | 66 | 45 | 62 |
| Binary | 10101111 | 10100110 | 1010001 | 0 | 101 | 110110 | 11111 | 110110 | 100101 | 110010 |
Color Harmonies of #AFA651
Complementary color
Monochromatic Colors of #AFA651
Black with #AFA651
Text Example
Text Example
White with #AFA651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA651; }
p { color: rgb(175,166,81); }
H1.HeaderClassName
{
color: #AFA651;
}
.AnyTagClassName
{
color: #AFA651;
}
</style>
background-color css
<style>
a { background-color: #AFA651; }
a { background-color: rgb(175,166,81); }
div.DivClassName
{
background-color: #AFA651;
}
.BgClassName
{
background-color: #AFA651;
}
</style>
border-color css
<style>
span { border-color: #AFA651; }
span { border-color: rgb(175,166,81); }
td.TdClassName
{
border-color: #AFA651;
}
.TagClassName
{
border-color: #AFA651;
}
</style>