Shades of Brass #AAA73D
Tints of Brass #AAA73D
RGB
CMYK
RGB Variations
Color information
#AAA73D (or 0xAAA73D) is known color: Brass. HEX triplet: AA, A7 and 3D. RGB value is (170,167,61). Sum of RGB (Red+Green+Blue) = 170+167+61=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA73D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA73D is #5558C2. Grayscale: #9C9C9C. Windows color (decimal): -5593283 or 4040618. OLE color: 4040618.
HSL color Cylindrical-coordinate representation of color #AAA73D: hue angle of 58.35º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAA73D is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 61 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.33 |
| HSL | 58.35º | 0.47% | 0.45% | - |
| HSV(B) | 58.35º | 0.64% | 0.67% | - |
| XYZ | 31.24 | 36.52 | 9.82 | - |
| YUV | 155.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 61 | 0 | 0.02 | 0.64 | 0.33 | 58.35 | 0.47 | 0.45 |
| Hex | AA | A7 | 3D | 0 | 2 | 40 | 21 | 3A | 2F | 2D |
| Octal | 252 | 247 | 75 | 0 | 2 | 100 | 41 | 72 | 57 | 55 |
| Binary | 10101010 | 10100111 | 111101 | 0 | 10 | 1000000 | 100001 | 111010 | 101111 | 101101 |
Color Harmonies of #AAA73D
Complementary color
Monochromatic Colors of #AAA73D
Black with #AAA73D
Text Example
Text Example
White with #AAA73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA73D; }
p { color: rgb(170,167,61); }
H1.HeaderClassName
{
color: #AAA73D;
}
.AnyTagClassName
{
color: #AAA73D;
}
</style>
background-color css
<style>
a { background-color: #AAA73D; }
a { background-color: rgb(170,167,61); }
div.DivClassName
{
background-color: #AAA73D;
}
.BgClassName
{
background-color: #AAA73D;
}
</style>
border-color css
<style>
span { border-color: #AAA73D; }
span { border-color: rgb(170,167,61); }
td.TdClassName
{
border-color: #AAA73D;
}
.TagClassName
{
border-color: #AAA73D;
}
</style>