Shades of Brass #AFA144
Tints of Brass #AFA144
RGB
CMYK
RGB Variations
Color information
#AFA144 (or 0xAFA144) is known color: Brass. HEX triplet: AF, A1 and 44. RGB value is (175,161,68). Sum of RGB (Red+Green+Blue) = 175+161+68=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA144 is #505EBB. Grayscale: #9A9A9A. Windows color (decimal): -5267132 or 4497839. OLE color: 4497839.
HSL color Cylindrical-coordinate representation of color #AFA144: hue angle of 52.15º 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 #AFA144 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 68 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.31 |
| HSL | 52.15º | 0.44% | 0.48% | - |
| HSV(B) | 52.15º | 0.61% | 0.69% | - |
| XYZ | 31.47 | 35.02 | 10.57 | - |
| YUV | 154.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 68 | 0 | 0.08 | 0.61 | 0.31 | 52.15 | 0.44 | 0.48 |
| Hex | AF | A1 | 44 | 0 | 8 | 3D | 1F | 34 | 2C | 30 |
| Octal | 257 | 241 | 104 | 0 | 10 | 75 | 37 | 64 | 54 | 60 |
| Binary | 10101111 | 10100001 | 1000100 | 0 | 1000 | 111101 | 11111 | 110100 | 101100 | 110000 |
Color Harmonies of #AFA144
Complementary color
Monochromatic Colors of #AFA144
Black with #AFA144
Text Example
Text Example
White with #AFA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA144; }
p { color: rgb(175,161,68); }
H1.HeaderClassName
{
color: #AFA144;
}
.AnyTagClassName
{
color: #AFA144;
}
</style>
background-color css
<style>
a { background-color: #AFA144; }
a { background-color: rgb(175,161,68); }
div.DivClassName
{
background-color: #AFA144;
}
.BgClassName
{
background-color: #AFA144;
}
</style>
border-color css
<style>
span { border-color: #AFA144; }
span { border-color: rgb(175,161,68); }
td.TdClassName
{
border-color: #AFA144;
}
.TagClassName
{
border-color: #AFA144;
}
</style>