Shades of Brass #A8A250
Tints of Brass #A8A250
RGB
CMYK
RGB Variations
Color information
#A8A250 (or 0xA8A250) is known color: Brass. HEX triplet: A8, A2 and 50. RGB value is (168,162,80). Sum of RGB (Red+Green+Blue) = 168+162+80=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A250 is #575DAF. Grayscale: #9A9A9A. Windows color (decimal): -5725616 or 5284520. OLE color: 5284520.
HSL color Cylindrical-coordinate representation of color #A8A250: hue angle of 55.91º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8A250 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 80 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.34 |
| HSL | 55.91º | 0.35% | 0.49% | - |
| HSV(B) | 55.91º | 0.52% | 0.66% | - |
| XYZ | 30.52 | 34.74 | 12.69 | - |
| YUV | 154.45 | 85.99 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 80 | 0 | 0.04 | 0.52 | 0.34 | 55.91 | 0.35 | 0.49 |
| Hex | A8 | A2 | 50 | 0 | 4 | 34 | 22 | 38 | 23 | 31 |
| Octal | 250 | 242 | 120 | 0 | 4 | 64 | 42 | 70 | 43 | 61 |
| Binary | 10101000 | 10100010 | 1010000 | 0 | 100 | 110100 | 100010 | 111000 | 100011 | 110001 |
Color Harmonies of #A8A250
Complementary color
Monochromatic Colors of #A8A250
Black with #A8A250
Text Example
Text Example
White with #A8A250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A250; }
p { color: rgb(168,162,80); }
H1.HeaderClassName
{
color: #A8A250;
}
.AnyTagClassName
{
color: #A8A250;
}
</style>
background-color css
<style>
a { background-color: #A8A250; }
a { background-color: rgb(168,162,80); }
div.DivClassName
{
background-color: #A8A250;
}
.BgClassName
{
background-color: #A8A250;
}
</style>
border-color css
<style>
span { border-color: #A8A250; }
span { border-color: rgb(168,162,80); }
td.TdClassName
{
border-color: #A8A250;
}
.TagClassName
{
border-color: #A8A250;
}
</style>