Shades of Brass #AFA750
Tints of Brass #AFA750
RGB
CMYK
RGB Variations
Color information
#AFA750 (or 0xAFA750) is known color: Brass. HEX triplet: AF, A7 and 50. RGB value is (175,167,80). Sum of RGB (Red+Green+Blue) = 175+167+80=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA750 is #5058AF. Grayscale: #9F9F9F. Windows color (decimal): -5265584 or 5285807. OLE color: 5285807.
HSL color Cylindrical-coordinate representation of color #AFA750: hue angle of 54.95º 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 #AFA750 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 80 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.31 |
| HSL | 54.95º | 0.37% | 0.5% | - |
| HSV(B) | 54.95º | 0.54% | 0.69% | - |
| XYZ | 32.95 | 37.33 | 13.06 | - |
| YUV | 159.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 80 | 0 | 0.05 | 0.54 | 0.31 | 54.95 | 0.37 | 0.5 |
| Hex | AF | A7 | 50 | 0 | 5 | 36 | 1F | 37 | 25 | 32 |
| Octal | 257 | 247 | 120 | 0 | 5 | 66 | 37 | 67 | 45 | 62 |
| Binary | 10101111 | 10100111 | 1010000 | 0 | 101 | 110110 | 11111 | 110111 | 100101 | 110010 |
Color Harmonies of #AFA750
Complementary color
Monochromatic Colors of #AFA750
Black with #AFA750
Text Example
Text Example
White with #AFA750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA750; }
p { color: rgb(175,167,80); }
H1.HeaderClassName
{
color: #AFA750;
}
.AnyTagClassName
{
color: #AFA750;
}
</style>
background-color css
<style>
a { background-color: #AFA750; }
a { background-color: rgb(175,167,80); }
div.DivClassName
{
background-color: #AFA750;
}
.BgClassName
{
background-color: #AFA750;
}
</style>
border-color css
<style>
span { border-color: #AFA750; }
span { border-color: rgb(175,167,80); }
td.TdClassName
{
border-color: #AFA750;
}
.TagClassName
{
border-color: #AFA750;
}
</style>