Shades of Brass #A7A550
Tints of Brass #A7A550
RGB
CMYK
RGB Variations
Color information
#A7A550 (or 0xA7A550) is known color: Brass. HEX triplet: A7, A5 and 50. RGB value is (167,165,80). Sum of RGB (Red+Green+Blue) = 167+165+80=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A550 is #585AAF. Grayscale: #9C9C9C. Windows color (decimal): -5790384 or 5285287. OLE color: 5285287.
HSL color Cylindrical-coordinate representation of color #A7A550: hue angle of 58.62º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A7A550 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 165 | 80 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.35 |
| HSL | 58.62º | 0.35% | 0.48% | - |
| HSV(B) | 58.62º | 0.52% | 0.65% | - |
| XYZ | 30.84 | 35.7 | 12.86 | - |
| YUV | 155.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 165 | 80 | 0 | 0.01 | 0.52 | 0.35 | 58.62 | 0.35 | 0.48 |
| Hex | A7 | A5 | 50 | 0 | 1 | 34 | 23 | 3B | 23 | 30 |
| Octal | 247 | 245 | 120 | 0 | 1 | 64 | 43 | 73 | 43 | 60 |
| Binary | 10100111 | 10100101 | 1010000 | 0 | 1 | 110100 | 100011 | 111011 | 100011 | 110000 |
Color Harmonies of #A7A550
Complementary color
Monochromatic Colors of #A7A550
Black with #A7A550
Text Example
Text Example
White with #A7A550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A550; }
p { color: rgb(167,165,80); }
H1.HeaderClassName
{
color: #A7A550;
}
.AnyTagClassName
{
color: #A7A550;
}
</style>
background-color css
<style>
a { background-color: #A7A550; }
a { background-color: rgb(167,165,80); }
div.DivClassName
{
background-color: #A7A550;
}
.BgClassName
{
background-color: #A7A550;
}
</style>
border-color css
<style>
span { border-color: #A7A550; }
span { border-color: rgb(167,165,80); }
td.TdClassName
{
border-color: #A7A550;
}
.TagClassName
{
border-color: #A7A550;
}
</style>