Shades of Brass #AFA246
Tints of Brass #AFA246
RGB
CMYK
RGB Variations
Color information
#AFA246 (or 0xAFA246) is known color: Brass. HEX triplet: AF, A2 and 46. RGB value is (175,162,70). Sum of RGB (Red+Green+Blue) = 175+162+70=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA246 is #505DB9. Grayscale: #9B9B9B. Windows color (decimal): -5266874 or 4629167. OLE color: 4629167.
HSL color Cylindrical-coordinate representation of color #AFA246: hue angle of 52.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFA246 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 70 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.31 |
| HSL | 52.57º | 0.43% | 0.48% | - |
| HSV(B) | 52.57º | 0.6% | 0.69% | - |
| XYZ | 31.71 | 35.4 | 10.96 | - |
| YUV | 155.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 70 | 0 | 0.07 | 0.60 | 0.31 | 52.57 | 0.43 | 0.48 |
| Hex | AF | A2 | 46 | 0 | 7 | 3C | 1F | 35 | 2B | 30 |
| Octal | 257 | 242 | 106 | 0 | 7 | 74 | 37 | 65 | 53 | 60 |
| Binary | 10101111 | 10100010 | 1000110 | 0 | 111 | 111100 | 11111 | 110101 | 101011 | 110000 |
Color Harmonies of #AFA246
Complementary color
Monochromatic Colors of #AFA246
Black with #AFA246
Text Example
Text Example
White with #AFA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA246; }
p { color: rgb(175,162,70); }
H1.HeaderClassName
{
color: #AFA246;
}
.AnyTagClassName
{
color: #AFA246;
}
</style>
background-color css
<style>
a { background-color: #AFA246; }
a { background-color: rgb(175,162,70); }
div.DivClassName
{
background-color: #AFA246;
}
.BgClassName
{
background-color: #AFA246;
}
</style>
border-color css
<style>
span { border-color: #AFA246; }
span { border-color: rgb(175,162,70); }
td.TdClassName
{
border-color: #AFA246;
}
.TagClassName
{
border-color: #AFA246;
}
</style>