Shades of Brass #A9A43D
Tints of Brass #A9A43D
RGB
CMYK
RGB Variations
Color information
#A9A43D (or 0xA9A43D) is known color: Brass. HEX triplet: A9, A4 and 3D. RGB value is (169,164,61). Sum of RGB (Red+Green+Blue) = 169+164+61=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A43D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A43D is #565BC2. Grayscale: #9A9A9A. Windows color (decimal): -5659587 or 4039849. OLE color: 4039849.
HSL color Cylindrical-coordinate representation of color #A9A43D: hue angle of 57.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A9A43D is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 164 | 61 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.34 |
| HSL | 57.22º | 0.47% | 0.45% | - |
| HSV(B) | 57.22º | 0.64% | 0.66% | - |
| XYZ | 30.48 | 35.32 | 9.63 | - |
| YUV | 153.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 61 | 0 | 0.03 | 0.64 | 0.34 | 57.22 | 0.47 | 0.45 |
| Hex | A9 | A4 | 3D | 0 | 3 | 40 | 22 | 39 | 2F | 2D |
| Octal | 251 | 244 | 75 | 0 | 3 | 100 | 42 | 71 | 57 | 55 |
| Binary | 10101001 | 10100100 | 111101 | 0 | 11 | 1000000 | 100010 | 111001 | 101111 | 101101 |
Color Harmonies of #A9A43D
Complementary color
Monochromatic Colors of #A9A43D
Black with #A9A43D
Text Example
Text Example
White with #A9A43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A43D; }
p { color: rgb(169,164,61); }
H1.HeaderClassName
{
color: #A9A43D;
}
.AnyTagClassName
{
color: #A9A43D;
}
</style>
background-color css
<style>
a { background-color: #A9A43D; }
a { background-color: rgb(169,164,61); }
div.DivClassName
{
background-color: #A9A43D;
}
.BgClassName
{
background-color: #A9A43D;
}
</style>
border-color css
<style>
span { border-color: #A9A43D; }
span { border-color: rgb(169,164,61); }
td.TdClassName
{
border-color: #A9A43D;
}
.TagClassName
{
border-color: #A9A43D;
}
</style>