Shades of Brass #A7A452
Tints of Brass #A7A452
RGB
CMYK
RGB Variations
Color information
#A7A452 (or 0xA7A452) is known color: Brass. HEX triplet: A7, A4 and 52. RGB value is (167,164,82). Sum of RGB (Red+Green+Blue) = 167+164+82=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A452 is #585BAD. Grayscale: #9B9B9B. Windows color (decimal): -5790638 or 5416103. OLE color: 5416103.
HSL color Cylindrical-coordinate representation of color #A7A452: hue angle of 57.88º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7A452 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 164 | 82 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.35 |
| HSL | 57.88º | 0.34% | 0.49% | - |
| HSV(B) | 57.88º | 0.51% | 0.65% | - |
| XYZ | 30.73 | 35.38 | 13.19 | - |
| YUV | 155.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 164 | 82 | 0 | 0.02 | 0.51 | 0.35 | 57.88 | 0.34 | 0.49 |
| Hex | A7 | A4 | 52 | 0 | 2 | 33 | 23 | 3A | 22 | 31 |
| Octal | 247 | 244 | 122 | 0 | 2 | 63 | 43 | 72 | 42 | 61 |
| Binary | 10100111 | 10100100 | 1010010 | 0 | 10 | 110011 | 100011 | 111010 | 100010 | 110001 |
Color Harmonies of #A7A452
Complementary color
Monochromatic Colors of #A7A452
Black with #A7A452
Text Example
Text Example
White with #A7A452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A452; }
p { color: rgb(167,164,82); }
H1.HeaderClassName
{
color: #A7A452;
}
.AnyTagClassName
{
color: #A7A452;
}
</style>
background-color css
<style>
a { background-color: #A7A452; }
a { background-color: rgb(167,164,82); }
div.DivClassName
{
background-color: #A7A452;
}
.BgClassName
{
background-color: #A7A452;
}
</style>
border-color css
<style>
span { border-color: #A7A452; }
span { border-color: rgb(167,164,82); }
td.TdClassName
{
border-color: #A7A452;
}
.TagClassName
{
border-color: #A7A452;
}
</style>