Shades of Brass #A8A352
Tints of Brass #A8A352
RGB
CMYK
RGB Variations
Color information
#A8A352 (or 0xA8A352) is known color: Brass. HEX triplet: A8, A3 and 52. RGB value is (168,163,82). Sum of RGB (Red+Green+Blue) = 168+163+82=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A352 is #575CAD. Grayscale: #9B9B9B. Windows color (decimal): -5725358 or 5415848. OLE color: 5415848.
HSL color Cylindrical-coordinate representation of color #A8A352: hue angle of 56.51º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8A352 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 82 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.34 |
| HSL | 56.51º | 0.34% | 0.49% | - |
| HSV(B) | 56.51º | 0.51% | 0.66% | - |
| XYZ | 30.77 | 35.13 | 13.14 | - |
| YUV | 155.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 82 | 0 | 0.03 | 0.51 | 0.34 | 56.51 | 0.34 | 0.49 |
| Hex | A8 | A3 | 52 | 0 | 3 | 33 | 22 | 39 | 22 | 31 |
| Octal | 250 | 243 | 122 | 0 | 3 | 63 | 42 | 71 | 42 | 61 |
| Binary | 10101000 | 10100011 | 1010010 | 0 | 11 | 110011 | 100010 | 111001 | 100010 | 110001 |
Color Harmonies of #A8A352
Complementary color
Monochromatic Colors of #A8A352
Black with #A8A352
Text Example
Text Example
White with #A8A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A352; }
p { color: rgb(168,163,82); }
H1.HeaderClassName
{
color: #A8A352;
}
.AnyTagClassName
{
color: #A8A352;
}
</style>
background-color css
<style>
a { background-color: #A8A352; }
a { background-color: rgb(168,163,82); }
div.DivClassName
{
background-color: #A8A352;
}
.BgClassName
{
background-color: #A8A352;
}
</style>
border-color css
<style>
span { border-color: #A8A352; }
span { border-color: rgb(168,163,82); }
td.TdClassName
{
border-color: #A8A352;
}
.TagClassName
{
border-color: #A8A352;
}
</style>