Shades of Brass #A8A237
Tints of Brass #A8A237
RGB
CMYK
RGB Variations
Color information
#A8A237 (or 0xA8A237) is known color: Brass. HEX triplet: A8, A2 and 37. RGB value is (168,162,55). Sum of RGB (Red+Green+Blue) = 168+162+55=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A237 is #575DC8. Grayscale: #989898. Windows color (decimal): -5725641 or 3646120. OLE color: 3646120.
HSL color Cylindrical-coordinate representation of color #A8A237: hue angle of 56.81º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8A237 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 55 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.34 |
| HSL | 56.81º | 0.51% | 0.44% | - |
| HSV(B) | 56.81º | 0.67% | 0.66% | - |
| XYZ | 29.76 | 34.44 | 8.69 | - |
| YUV | 151.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 55 | 0 | 0.04 | 0.67 | 0.34 | 56.81 | 0.51 | 0.44 |
| Hex | A8 | A2 | 37 | 0 | 4 | 43 | 22 | 39 | 33 | 2C |
| Octal | 250 | 242 | 67 | 0 | 4 | 103 | 42 | 71 | 63 | 54 |
| Binary | 10101000 | 10100010 | 110111 | 0 | 100 | 1000011 | 100010 | 111001 | 110011 | 101100 |
Color Harmonies of #A8A237
Complementary color
Monochromatic Colors of #A8A237
Black with #A8A237
Text Example
Text Example
White with #A8A237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A237; }
p { color: rgb(168,162,55); }
H1.HeaderClassName
{
color: #A8A237;
}
.AnyTagClassName
{
color: #A8A237;
}
</style>
background-color css
<style>
a { background-color: #A8A237; }
a { background-color: rgb(168,162,55); }
div.DivClassName
{
background-color: #A8A237;
}
.BgClassName
{
background-color: #A8A237;
}
</style>
border-color css
<style>
span { border-color: #A8A237; }
span { border-color: rgb(168,162,55); }
td.TdClassName
{
border-color: #A8A237;
}
.TagClassName
{
border-color: #A8A237;
}
</style>