Shades of Brass #A9A542
Tints of Brass #A9A542
RGB
CMYK
RGB Variations
Color information
#A9A542 (or 0xA9A542) is known color: Brass. HEX triplet: A9, A5 and 42. RGB value is (169,165,66). Sum of RGB (Red+Green+Blue) = 169+165+66=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A542 is #565ABD. Grayscale: #9B9B9B. Windows color (decimal): -5659326 or 4367785. OLE color: 4367785.
HSL color Cylindrical-coordinate representation of color #A9A542: hue angle of 57.67º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A9A542 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 165 | 66 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.34 |
| HSL | 57.67º | 0.44% | 0.46% | - |
| HSV(B) | 57.67º | 0.61% | 0.66% | - |
| XYZ | 30.8 | 35.74 | 10.43 | - |
| YUV | 154.91 | 77.83 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 165 | 66 | 0 | 0.02 | 0.61 | 0.34 | 57.67 | 0.44 | 0.46 |
| Hex | A9 | A5 | 42 | 0 | 2 | 3D | 22 | 3A | 2C | 2E |
| Octal | 251 | 245 | 102 | 0 | 2 | 75 | 42 | 72 | 54 | 56 |
| Binary | 10101001 | 10100101 | 1000010 | 0 | 10 | 111101 | 100010 | 111010 | 101100 | 101110 |
Color Harmonies of #A9A542
Complementary color
Monochromatic Colors of #A9A542
Black with #A9A542
Text Example
Text Example
White with #A9A542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A542; }
p { color: rgb(169,165,66); }
H1.HeaderClassName
{
color: #A9A542;
}
.AnyTagClassName
{
color: #A9A542;
}
</style>
background-color css
<style>
a { background-color: #A9A542; }
a { background-color: rgb(169,165,66); }
div.DivClassName
{
background-color: #A9A542;
}
.BgClassName
{
background-color: #A9A542;
}
</style>
border-color css
<style>
span { border-color: #A9A542; }
span { border-color: rgb(169,165,66); }
td.TdClassName
{
border-color: #A9A542;
}
.TagClassName
{
border-color: #A9A542;
}
</style>