Shades of Brass #A9AE45
Tints of Brass #A9AE45
RGB
CMYK
RGB Variations
Color information
#A9AE45 (or 0xA9AE45) is known color: Brass. HEX triplet: A9, AE and 45. RGB value is (169,174,69). Sum of RGB (Red+Green+Blue) = 169+174+69=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AE45 is #5651BA. Grayscale: #A0A0A0. Windows color (decimal): -5657019 or 4566697. OLE color: 4566697.
HSL color Cylindrical-coordinate representation of color #A9AE45: hue angle of 62.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9AE45 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 174 | 69 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.32 |
| HSL | 62.86º | 0.43% | 0.48% | - |
| HSV(B) | 62.86º | 0.6% | 0.68% | - |
| XYZ | 32.57 | 39.14 | 11.47 | - |
| YUV | 160.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 69 | 0.03 | 0 | 0.60 | 0.32 | 62.86 | 0.43 | 0.48 |
| Hex | A9 | AE | 45 | 3 | 0 | 3C | 20 | 3F | 2B | 30 |
| Octal | 251 | 256 | 105 | 3 | 0 | 74 | 40 | 77 | 53 | 60 |
| Binary | 10101001 | 10101110 | 1000101 | 11 | 0 | 111100 | 100000 | 111111 | 101011 | 110000 |
Color Harmonies of #A9AE45
Complementary color
Monochromatic Colors of #A9AE45
Black with #A9AE45
Text Example
Text Example
White with #A9AE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AE45; }
p { color: rgb(169,174,69); }
H1.HeaderClassName
{
color: #A9AE45;
}
.AnyTagClassName
{
color: #A9AE45;
}
</style>
background-color css
<style>
a { background-color: #A9AE45; }
a { background-color: rgb(169,174,69); }
div.DivClassName
{
background-color: #A9AE45;
}
.BgClassName
{
background-color: #A9AE45;
}
</style>
border-color css
<style>
span { border-color: #A9AE45; }
span { border-color: rgb(169,174,69); }
td.TdClassName
{
border-color: #A9AE45;
}
.TagClassName
{
border-color: #A9AE45;
}
</style>