Shades of Brass #A8AA37
Tints of Brass #A8AA37
RGB
CMYK
RGB Variations
Color information
#A8AA37 (or 0xA8AA37) is known color: Brass. HEX triplet: A8, AA and 37. RGB value is (168,170,55). Sum of RGB (Red+Green+Blue) = 168+170+55=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA37 is #5755C8. Grayscale: #9C9C9C. Windows color (decimal): -5723593 or 3648168. OLE color: 3648168.
HSL color Cylindrical-coordinate representation of color #A8AA37: hue angle of 61.04º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8AA37 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 55 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.33 |
| HSL | 61.04º | 0.51% | 0.44% | - |
| HSV(B) | 61.04º | 0.68% | 0.67% | - |
| XYZ | 31.21 | 37.35 | 9.18 | - |
| YUV | 156.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 55 | 0.01 | 0 | 0.68 | 0.33 | 61.04 | 0.51 | 0.44 |
| Hex | A8 | AA | 37 | 1 | 0 | 44 | 21 | 3D | 33 | 2C |
| Octal | 250 | 252 | 67 | 1 | 0 | 104 | 41 | 75 | 63 | 54 |
| Binary | 10101000 | 10101010 | 110111 | 1 | 0 | 1000100 | 100001 | 111101 | 110011 | 101100 |
Color Harmonies of #A8AA37
Complementary color
Monochromatic Colors of #A8AA37
Black with #A8AA37
Text Example
Text Example
White with #A8AA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA37; }
p { color: rgb(168,170,55); }
H1.HeaderClassName
{
color: #A8AA37;
}
.AnyTagClassName
{
color: #A8AA37;
}
</style>
background-color css
<style>
a { background-color: #A8AA37; }
a { background-color: rgb(168,170,55); }
div.DivClassName
{
background-color: #A8AA37;
}
.BgClassName
{
background-color: #A8AA37;
}
</style>
border-color css
<style>
span { border-color: #A8AA37; }
span { border-color: rgb(168,170,55); }
td.TdClassName
{
border-color: #A8AA37;
}
.TagClassName
{
border-color: #A8AA37;
}
</style>