Shades of Brass #A8A245
Tints of Brass #A8A245
RGB
CMYK
RGB Variations
Color information
#A8A245 (or 0xA8A245) is known color: Brass. HEX triplet: A8, A2 and 45. RGB value is (168,162,69). Sum of RGB (Red+Green+Blue) = 168+162+69=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A245 is #575DBA. Grayscale: #999999. Windows color (decimal): -5725627 or 4563624. OLE color: 4563624.
HSL color Cylindrical-coordinate representation of color #A8A245: hue angle of 56.36º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8A245 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 69 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.34 |
| HSL | 56.36º | 0.42% | 0.46% | - |
| HSV(B) | 56.36º | 0.59% | 0.66% | - |
| XYZ | 30.14 | 34.6 | 10.72 | - |
| YUV | 153.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 69 | 0 | 0.04 | 0.59 | 0.34 | 56.36 | 0.42 | 0.46 |
| Hex | A8 | A2 | 45 | 0 | 4 | 3B | 22 | 38 | 2A | 2E |
| Octal | 250 | 242 | 105 | 0 | 4 | 73 | 42 | 70 | 52 | 56 |
| Binary | 10101000 | 10100010 | 1000101 | 0 | 100 | 111011 | 100010 | 111000 | 101010 | 101110 |
Color Harmonies of #A8A245
Complementary color
Monochromatic Colors of #A8A245
Black with #A8A245
Text Example
Text Example
White with #A8A245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A245; }
p { color: rgb(168,162,69); }
H1.HeaderClassName
{
color: #A8A245;
}
.AnyTagClassName
{
color: #A8A245;
}
</style>
background-color css
<style>
a { background-color: #A8A245; }
a { background-color: rgb(168,162,69); }
div.DivClassName
{
background-color: #A8A245;
}
.BgClassName
{
background-color: #A8A245;
}
</style>
border-color css
<style>
span { border-color: #A8A245; }
span { border-color: rgb(168,162,69); }
td.TdClassName
{
border-color: #A8A245;
}
.TagClassName
{
border-color: #A8A245;
}
</style>