Shades of Brass #AFA844
Tints of Brass #AFA844
RGB
CMYK
RGB Variations
Color information
#AFA844 (or 0xAFA844) is known color: Brass. HEX triplet: AF, A8 and 44. RGB value is (175,168,68). Sum of RGB (Red+Green+Blue) = 175+168+68=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA844 is #5057BB. Grayscale: #9F9F9F. Windows color (decimal): -5265340 or 4499631. OLE color: 4499631.
HSL color Cylindrical-coordinate representation of color #AFA844: hue angle of 56.07º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFA844 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 68 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.31 |
| HSL | 56.07º | 0.44% | 0.48% | - |
| HSV(B) | 56.07º | 0.61% | 0.69% | - |
| XYZ | 32.73 | 37.54 | 10.99 | - |
| YUV | 158.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 68 | 0 | 0.04 | 0.61 | 0.31 | 56.07 | 0.44 | 0.48 |
| Hex | AF | A8 | 44 | 0 | 4 | 3D | 1F | 38 | 2C | 30 |
| Octal | 257 | 250 | 104 | 0 | 4 | 75 | 37 | 70 | 54 | 60 |
| Binary | 10101111 | 10101000 | 1000100 | 0 | 100 | 111101 | 11111 | 111000 | 101100 | 110000 |
Color Harmonies of #AFA844
Complementary color
Monochromatic Colors of #AFA844
Black with #AFA844
Text Example
Text Example
White with #AFA844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA844; }
p { color: rgb(175,168,68); }
H1.HeaderClassName
{
color: #AFA844;
}
.AnyTagClassName
{
color: #AFA844;
}
</style>
background-color css
<style>
a { background-color: #AFA844; }
a { background-color: rgb(175,168,68); }
div.DivClassName
{
background-color: #AFA844;
}
.BgClassName
{
background-color: #AFA844;
}
</style>
border-color css
<style>
span { border-color: #AFA844; }
span { border-color: rgb(175,168,68); }
td.TdClassName
{
border-color: #AFA844;
}
.TagClassName
{
border-color: #AFA844;
}
</style>