Shades of Brass #AFA248
Tints of Brass #AFA248
RGB
CMYK
RGB Variations
Color information
#AFA248 (or 0xAFA248) is known color: Brass. HEX triplet: AF, A2 and 48. RGB value is (175,162,72). Sum of RGB (Red+Green+Blue) = 175+162+72=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA248 is #505DB7. Grayscale: #9B9B9B. Windows color (decimal): -5266872 or 4760239. OLE color: 4760239.
HSL color Cylindrical-coordinate representation of color #AFA248: hue angle of 52.43º 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 #AFA248 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 72 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.31 |
| HSL | 52.43º | 0.42% | 0.48% | - |
| HSV(B) | 52.43º | 0.59% | 0.69% | - |
| XYZ | 31.77 | 35.42 | 11.29 | - |
| YUV | 155.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 72 | 0 | 0.07 | 0.59 | 0.31 | 52.43 | 0.42 | 0.48 |
| Hex | AF | A2 | 48 | 0 | 7 | 3B | 1F | 34 | 2A | 30 |
| Octal | 257 | 242 | 110 | 0 | 7 | 73 | 37 | 64 | 52 | 60 |
| Binary | 10101111 | 10100010 | 1001000 | 0 | 111 | 111011 | 11111 | 110100 | 101010 | 110000 |
Color Harmonies of #AFA248
Complementary color
Monochromatic Colors of #AFA248
Black with #AFA248
Text Example
Text Example
White with #AFA248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA248; }
p { color: rgb(175,162,72); }
H1.HeaderClassName
{
color: #AFA248;
}
.AnyTagClassName
{
color: #AFA248;
}
</style>
background-color css
<style>
a { background-color: #AFA248; }
a { background-color: rgb(175,162,72); }
div.DivClassName
{
background-color: #AFA248;
}
.BgClassName
{
background-color: #AFA248;
}
</style>
border-color css
<style>
span { border-color: #AFA248; }
span { border-color: rgb(175,162,72); }
td.TdClassName
{
border-color: #AFA248;
}
.TagClassName
{
border-color: #AFA248;
}
</style>