Shades of Brass #AAA43F
Tints of Brass #AAA43F
RGB
CMYK
RGB Variations
Color information
#AAA43F (or 0xAAA43F) is known color: Brass. HEX triplet: AA, A4 and 3F. RGB value is (170,164,63). Sum of RGB (Red+Green+Blue) = 170+164+63=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA43F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA43F is #555BC0. Grayscale: #9A9A9A. Windows color (decimal): -5594049 or 4170922. OLE color: 4170922.
HSL color Cylindrical-coordinate representation of color #AAA43F: hue angle of 56.64º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAA43F is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 63 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.33 |
| HSL | 56.64º | 0.46% | 0.46% | - |
| HSV(B) | 56.64º | 0.63% | 0.67% | - |
| XYZ | 30.75 | 35.46 | 9.93 | - |
| YUV | 154.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 63 | 0 | 0.04 | 0.63 | 0.33 | 56.64 | 0.46 | 0.46 |
| Hex | AA | A4 | 3F | 0 | 4 | 3F | 21 | 39 | 2E | 2E |
| Octal | 252 | 244 | 77 | 0 | 4 | 77 | 41 | 71 | 56 | 56 |
| Binary | 10101010 | 10100100 | 111111 | 0 | 100 | 111111 | 100001 | 111001 | 101110 | 101110 |
Color Harmonies of #AAA43F
Complementary color
Monochromatic Colors of #AAA43F
Black with #AAA43F
Text Example
Text Example
White with #AAA43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA43F; }
p { color: rgb(170,164,63); }
H1.HeaderClassName
{
color: #AAA43F;
}
.AnyTagClassName
{
color: #AAA43F;
}
</style>
background-color css
<style>
a { background-color: #AAA43F; }
a { background-color: rgb(170,164,63); }
div.DivClassName
{
background-color: #AAA43F;
}
.BgClassName
{
background-color: #AAA43F;
}
</style>
border-color css
<style>
span { border-color: #AAA43F; }
span { border-color: rgb(170,164,63); }
td.TdClassName
{
border-color: #AAA43F;
}
.TagClassName
{
border-color: #AAA43F;
}
</style>