Shades of Brass #AAA43B
Tints of Brass #AAA43B
RGB
CMYK
RGB Variations
Color information
#AAA43B (or 0xAAA43B) is known color: Brass. HEX triplet: AA, A4 and 3B. RGB value is (170,164,59). Sum of RGB (Red+Green+Blue) = 170+164+59=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA43B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA43B is #555BC4. Grayscale: #9A9A9A. Windows color (decimal): -5594053 or 3908778. OLE color: 3908778.
HSL color Cylindrical-coordinate representation of color #AAA43B: hue angle of 56.76º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAA43B is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 59 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.33 |
| HSL | 56.76º | 0.48% | 0.45% | - |
| HSV(B) | 56.76º | 0.65% | 0.67% | - |
| XYZ | 30.64 | 35.41 | 9.36 | - |
| YUV | 153.82 | 74.49 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 59 | 0 | 0.04 | 0.65 | 0.33 | 56.76 | 0.48 | 0.45 |
| Hex | AA | A4 | 3B | 0 | 4 | 41 | 21 | 39 | 30 | 2D |
| Octal | 252 | 244 | 73 | 0 | 4 | 101 | 41 | 71 | 60 | 55 |
| Binary | 10101010 | 10100100 | 111011 | 0 | 100 | 1000001 | 100001 | 111001 | 110000 | 101101 |
Color Harmonies of #AAA43B
Complementary color
Monochromatic Colors of #AAA43B
Black with #AAA43B
Text Example
Text Example
White with #AAA43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA43B; }
p { color: rgb(170,164,59); }
H1.HeaderClassName
{
color: #AAA43B;
}
.AnyTagClassName
{
color: #AAA43B;
}
</style>
background-color css
<style>
a { background-color: #AAA43B; }
a { background-color: rgb(170,164,59); }
div.DivClassName
{
background-color: #AAA43B;
}
.BgClassName
{
background-color: #AAA43B;
}
</style>
border-color css
<style>
span { border-color: #AAA43B; }
span { border-color: rgb(170,164,59); }
td.TdClassName
{
border-color: #AAA43B;
}
.TagClassName
{
border-color: #AAA43B;
}
</style>