Shades of Brass #AFA93F
Tints of Brass #AFA93F
RGB
CMYK
RGB Variations
Color information
#AFA93F (or 0xAFA93F) is known color: Brass. HEX triplet: AF, A9 and 3F. RGB value is (175,169,63). Sum of RGB (Red+Green+Blue) = 175+169+63=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA93F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA93F is #5056C0. Grayscale: #9F9F9F. Windows color (decimal): -5265089 or 4172207. OLE color: 4172207.
HSL color Cylindrical-coordinate representation of color #AFA93F: hue angle of 56.79º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFA93F is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 63 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.31 |
| HSL | 56.79º | 0.47% | 0.47% | - |
| HSV(B) | 56.79º | 0.64% | 0.69% | - |
| XYZ | 32.76 | 37.85 | 10.28 | - |
| YUV | 158.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 63 | 0 | 0.03 | 0.64 | 0.31 | 56.79 | 0.47 | 0.47 |
| Hex | AF | A9 | 3F | 0 | 3 | 40 | 1F | 39 | 2F | 2F |
| Octal | 257 | 251 | 77 | 0 | 3 | 100 | 37 | 71 | 57 | 57 |
| Binary | 10101111 | 10101001 | 111111 | 0 | 11 | 1000000 | 11111 | 111001 | 101111 | 101111 |
Color Harmonies of #AFA93F
Complementary color
Monochromatic Colors of #AFA93F
Black with #AFA93F
Text Example
Text Example
White with #AFA93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA93F; }
p { color: rgb(175,169,63); }
H1.HeaderClassName
{
color: #AFA93F;
}
.AnyTagClassName
{
color: #AFA93F;
}
</style>
background-color css
<style>
a { background-color: #AFA93F; }
a { background-color: rgb(175,169,63); }
div.DivClassName
{
background-color: #AFA93F;
}
.BgClassName
{
background-color: #AFA93F;
}
</style>
border-color css
<style>
span { border-color: #AFA93F; }
span { border-color: rgb(175,169,63); }
td.TdClassName
{
border-color: #AFA93F;
}
.TagClassName
{
border-color: #AFA93F;
}
</style>