Shades of Brass #AFA848
Tints of Brass #AFA848
RGB
CMYK
RGB Variations
Color information
#AFA848 (or 0xAFA848) is known color: Brass. HEX triplet: AF, A8 and 48. RGB value is (175,168,72). Sum of RGB (Red+Green+Blue) = 175+168+72=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA848 is #5057B7. Grayscale: #9F9F9F. Windows color (decimal): -5265336 or 4761775. OLE color: 4761775.
HSL color Cylindrical-coordinate representation of color #AFA848: hue angle of 55.92º 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 #AFA848 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 72 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.31 |
| HSL | 55.92º | 0.42% | 0.48% | - |
| HSV(B) | 55.92º | 0.59% | 0.69% | - |
| XYZ | 32.85 | 37.59 | 11.65 | - |
| YUV | 159.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 72 | 0 | 0.04 | 0.59 | 0.31 | 55.92 | 0.42 | 0.48 |
| Hex | AF | A8 | 48 | 0 | 4 | 3B | 1F | 38 | 2A | 30 |
| Octal | 257 | 250 | 110 | 0 | 4 | 73 | 37 | 70 | 52 | 60 |
| Binary | 10101111 | 10101000 | 1001000 | 0 | 100 | 111011 | 11111 | 111000 | 101010 | 110000 |
Color Harmonies of #AFA848
Complementary color
Monochromatic Colors of #AFA848
Black with #AFA848
Text Example
Text Example
White with #AFA848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA848; }
p { color: rgb(175,168,72); }
H1.HeaderClassName
{
color: #AFA848;
}
.AnyTagClassName
{
color: #AFA848;
}
</style>
background-color css
<style>
a { background-color: #AFA848; }
a { background-color: rgb(175,168,72); }
div.DivClassName
{
background-color: #AFA848;
}
.BgClassName
{
background-color: #AFA848;
}
</style>
border-color css
<style>
span { border-color: #AFA848; }
span { border-color: rgb(175,168,72); }
td.TdClassName
{
border-color: #AFA848;
}
.TagClassName
{
border-color: #AFA848;
}
</style>