Shades of Brass #AAA543
Tints of Brass #AAA543
RGB
CMYK
RGB Variations
Color information
#AAA543 (or 0xAAA543) is known color: Brass. HEX triplet: AA, A5 and 43. RGB value is (170,165,67). Sum of RGB (Red+Green+Blue) = 170+165+67=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA543 is #555ABC. Grayscale: #9B9B9B. Windows color (decimal): -5593789 or 4433322. OLE color: 4433322.
HSL color Cylindrical-coordinate representation of color #AAA543: hue angle of 57.09º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAA543 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 67 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.33 |
| HSL | 57.09º | 0.43% | 0.46% | - |
| HSV(B) | 57.09º | 0.61% | 0.67% | - |
| XYZ | 31.05 | 35.86 | 10.6 | - |
| YUV | 155.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 67 | 0 | 0.03 | 0.61 | 0.33 | 57.09 | 0.43 | 0.46 |
| Hex | AA | A5 | 43 | 0 | 3 | 3D | 21 | 39 | 2B | 2E |
| Octal | 252 | 245 | 103 | 0 | 3 | 75 | 41 | 71 | 53 | 56 |
| Binary | 10101010 | 10100101 | 1000011 | 0 | 11 | 111101 | 100001 | 111001 | 101011 | 101110 |
Color Harmonies of #AAA543
Complementary color
Monochromatic Colors of #AAA543
Black with #AAA543
Text Example
Text Example
White with #AAA543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA543; }
p { color: rgb(170,165,67); }
H1.HeaderClassName
{
color: #AAA543;
}
.AnyTagClassName
{
color: #AAA543;
}
</style>
background-color css
<style>
a { background-color: #AAA543; }
a { background-color: rgb(170,165,67); }
div.DivClassName
{
background-color: #AAA543;
}
.BgClassName
{
background-color: #AAA543;
}
</style>
border-color css
<style>
span { border-color: #AAA543; }
span { border-color: rgb(170,165,67); }
td.TdClassName
{
border-color: #AAA543;
}
.TagClassName
{
border-color: #AAA543;
}
</style>