Shades of Brass #AAA436
Tints of Brass #AAA436
RGB
CMYK
RGB Variations
Color information
#AAA436 (or 0xAAA436) is known color: Brass. HEX triplet: AA, A4 and 36. RGB value is (170,164,54). Sum of RGB (Red+Green+Blue) = 170+164+54=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA436 is #555BC9. Grayscale: #999999. Windows color (decimal): -5594058 or 3581098. OLE color: 3581098.
HSL color Cylindrical-coordinate representation of color #AAA436: hue angle of 56.9º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAA436 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 54 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.33 |
| HSL | 56.9º | 0.52% | 0.44% | - |
| HSV(B) | 56.9º | 0.68% | 0.67% | - |
| XYZ | 30.52 | 35.36 | 8.71 | - |
| YUV | 153.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 54 | 0 | 0.04 | 0.68 | 0.33 | 56.9 | 0.52 | 0.44 |
| Hex | AA | A4 | 36 | 0 | 4 | 44 | 21 | 39 | 34 | 2C |
| Octal | 252 | 244 | 66 | 0 | 4 | 104 | 41 | 71 | 64 | 54 |
| Binary | 10101010 | 10100100 | 110110 | 0 | 100 | 1000100 | 100001 | 111001 | 110100 | 101100 |
Color Harmonies of #AAA436
Complementary color
Monochromatic Colors of #AAA436
Black with #AAA436
Text Example
Text Example
White with #AAA436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA436; }
p { color: rgb(170,164,54); }
H1.HeaderClassName
{
color: #AAA436;
}
.AnyTagClassName
{
color: #AAA436;
}
</style>
background-color css
<style>
a { background-color: #AAA436; }
a { background-color: rgb(170,164,54); }
div.DivClassName
{
background-color: #AAA436;
}
.BgClassName
{
background-color: #AAA436;
}
</style>
border-color css
<style>
span { border-color: #AAA436; }
span { border-color: rgb(170,164,54); }
td.TdClassName
{
border-color: #AAA436;
}
.TagClassName
{
border-color: #AAA436;
}
</style>