Shades of Brass #A9AA38
Tints of Brass #A9AA38
RGB
CMYK
RGB Variations
Color information
#A9AA38 (or 0xA9AA38) is known color: Brass. HEX triplet: A9, AA and 38. RGB value is (169,170,56). Sum of RGB (Red+Green+Blue) = 169+170+56=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AA38 is #5655C7. Grayscale: #9D9D9D. Windows color (decimal): -5658056 or 3713705. OLE color: 3713705.
HSL color Cylindrical-coordinate representation of color #A9AA38: hue angle of 60.53º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9AA38 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 56 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.33 |
| HSL | 60.53º | 0.5% | 0.44% | - |
| HSV(B) | 60.53º | 0.67% | 0.67% | - |
| XYZ | 31.45 | 37.47 | 9.32 | - |
| YUV | 156.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 56 | 0.01 | 0 | 0.67 | 0.33 | 60.53 | 0.5 | 0.44 |
| Hex | A9 | AA | 38 | 1 | 0 | 43 | 21 | 3D | 32 | 2C |
| Octal | 251 | 252 | 70 | 1 | 0 | 103 | 41 | 75 | 62 | 54 |
| Binary | 10101001 | 10101010 | 111000 | 1 | 0 | 1000011 | 100001 | 111101 | 110010 | 101100 |
Color Harmonies of #A9AA38
Complementary color
Monochromatic Colors of #A9AA38
Black with #A9AA38
Text Example
Text Example
White with #A9AA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA38; }
p { color: rgb(169,170,56); }
H1.HeaderClassName
{
color: #A9AA38;
}
.AnyTagClassName
{
color: #A9AA38;
}
</style>
background-color css
<style>
a { background-color: #A9AA38; }
a { background-color: rgb(169,170,56); }
div.DivClassName
{
background-color: #A9AA38;
}
.BgClassName
{
background-color: #A9AA38;
}
</style>
border-color css
<style>
span { border-color: #A9AA38; }
span { border-color: rgb(169,170,56); }
td.TdClassName
{
border-color: #A9AA38;
}
.TagClassName
{
border-color: #A9AA38;
}
</style>