Shades of Brass #AFA148
Tints of Brass #AFA148
RGB
CMYK
RGB Variations
Color information
#AFA148 (or 0xAFA148) is known color: Brass. HEX triplet: AF, A1 and 48. RGB value is (175,161,72). Sum of RGB (Red+Green+Blue) = 175+161+72=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA148 is #505EB7. Grayscale: #9B9B9B. Windows color (decimal): -5267128 or 4759983. OLE color: 4759983.
HSL color Cylindrical-coordinate representation of color #AFA148: hue angle of 51.84º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFA148 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 72 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.31 |
| HSL | 51.84º | 0.42% | 0.48% | - |
| HSV(B) | 51.84º | 0.59% | 0.69% | - |
| XYZ | 31.59 | 35.07 | 11.24 | - |
| YUV | 155.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 72 | 0 | 0.08 | 0.59 | 0.31 | 51.84 | 0.42 | 0.48 |
| Hex | AF | A1 | 48 | 0 | 8 | 3B | 1F | 34 | 2A | 30 |
| Octal | 257 | 241 | 110 | 0 | 10 | 73 | 37 | 64 | 52 | 60 |
| Binary | 10101111 | 10100001 | 1001000 | 0 | 1000 | 111011 | 11111 | 110100 | 101010 | 110000 |
Color Harmonies of #AFA148
Complementary color
Monochromatic Colors of #AFA148
Black with #AFA148
Text Example
Text Example
White with #AFA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA148; }
p { color: rgb(175,161,72); }
H1.HeaderClassName
{
color: #AFA148;
}
.AnyTagClassName
{
color: #AFA148;
}
</style>
background-color css
<style>
a { background-color: #AFA148; }
a { background-color: rgb(175,161,72); }
div.DivClassName
{
background-color: #AFA148;
}
.BgClassName
{
background-color: #AFA148;
}
</style>
border-color css
<style>
span { border-color: #AFA148; }
span { border-color: rgb(175,161,72); }
td.TdClassName
{
border-color: #AFA148;
}
.TagClassName
{
border-color: #AFA148;
}
</style>