Shades of Brass #A9A33E
Tints of Brass #A9A33E
RGB
CMYK
RGB Variations
Color information
#A9A33E (or 0xA9A33E) is known color: Brass. HEX triplet: A9, A3 and 3E. RGB value is (169,163,62). Sum of RGB (Red+Green+Blue) = 169+163+62=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A33E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A33E is #565CC1. Grayscale: #999999. Windows color (decimal): -5659842 or 4105129. OLE color: 4105129.
HSL color Cylindrical-coordinate representation of color #A9A33E: hue angle of 56.64º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A9A33E is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 163 | 62 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.34 |
| HSL | 56.64º | 0.46% | 0.45% | - |
| HSV(B) | 56.64º | 0.63% | 0.66% | - |
| XYZ | 30.33 | 34.98 | 9.71 | - |
| YUV | 153.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 163 | 62 | 0 | 0.04 | 0.63 | 0.34 | 56.64 | 0.46 | 0.45 |
| Hex | A9 | A3 | 3E | 0 | 4 | 3F | 22 | 39 | 2E | 2D |
| Octal | 251 | 243 | 76 | 0 | 4 | 77 | 42 | 71 | 56 | 55 |
| Binary | 10101001 | 10100011 | 111110 | 0 | 100 | 111111 | 100010 | 111001 | 101110 | 101101 |
Color Harmonies of #A9A33E
Complementary color
Monochromatic Colors of #A9A33E
Black with #A9A33E
Text Example
Text Example
White with #A9A33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A33E; }
p { color: rgb(169,163,62); }
H1.HeaderClassName
{
color: #A9A33E;
}
.AnyTagClassName
{
color: #A9A33E;
}
</style>
background-color css
<style>
a { background-color: #A9A33E; }
a { background-color: rgb(169,163,62); }
div.DivClassName
{
background-color: #A9A33E;
}
.BgClassName
{
background-color: #A9A33E;
}
</style>
border-color css
<style>
span { border-color: #A9A33E; }
span { border-color: rgb(169,163,62); }
td.TdClassName
{
border-color: #A9A33E;
}
.TagClassName
{
border-color: #A9A33E;
}
</style>