Shades of Brass #AFA550
Tints of Brass #AFA550
RGB
CMYK
RGB Variations
Color information
#AFA550 (or 0xAFA550) is known color: Brass. HEX triplet: AF, A5 and 50. RGB value is (175,165,80). Sum of RGB (Red+Green+Blue) = 175+165+80=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA550 is #505AAF. Grayscale: #9E9E9E. Windows color (decimal): -5266096 or 5285295. OLE color: 5285295.
HSL color Cylindrical-coordinate representation of color #AFA550: hue angle of 53.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFA550 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 165 | 80 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.31 |
| HSL | 53.68º | 0.37% | 0.5% | - |
| HSV(B) | 53.68º | 0.54% | 0.69% | - |
| XYZ | 32.58 | 36.6 | 12.94 | - |
| YUV | 158.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 165 | 80 | 0 | 0.06 | 0.54 | 0.31 | 53.68 | 0.37 | 0.5 |
| Hex | AF | A5 | 50 | 0 | 6 | 36 | 1F | 36 | 25 | 32 |
| Octal | 257 | 245 | 120 | 0 | 6 | 66 | 37 | 66 | 45 | 62 |
| Binary | 10101111 | 10100101 | 1010000 | 0 | 110 | 110110 | 11111 | 110110 | 100101 | 110010 |
Color Harmonies of #AFA550
Complementary color
Monochromatic Colors of #AFA550
Black with #AFA550
Text Example
Text Example
White with #AFA550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA550; }
p { color: rgb(175,165,80); }
H1.HeaderClassName
{
color: #AFA550;
}
.AnyTagClassName
{
color: #AFA550;
}
</style>
background-color css
<style>
a { background-color: #AFA550; }
a { background-color: rgb(175,165,80); }
div.DivClassName
{
background-color: #AFA550;
}
.BgClassName
{
background-color: #AFA550;
}
</style>
border-color css
<style>
span { border-color: #AFA550; }
span { border-color: rgb(175,165,80); }
td.TdClassName
{
border-color: #AFA550;
}
.TagClassName
{
border-color: #AFA550;
}
</style>