Shades of Brass #AAA442
Tints of Brass #AAA442
RGB
CMYK
RGB Variations
Color information
#AAA442 (or 0xAAA442) is known color: Brass. HEX triplet: AA, A4 and 42. RGB value is (170,164,66). Sum of RGB (Red+Green+Blue) = 170+164+66=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA442 is #555BBD. Grayscale: #9B9B9B. Windows color (decimal): -5594046 or 4367530. OLE color: 4367530.
HSL color Cylindrical-coordinate representation of color #AAA442: hue angle of 56.54º degrees, saturation: 0.44, 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 #AAA442 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 66 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.33 |
| HSL | 56.54º | 0.44% | 0.46% | - |
| HSV(B) | 56.54º | 0.61% | 0.67% | - |
| XYZ | 30.84 | 35.49 | 10.38 | - |
| YUV | 154.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 66 | 0 | 0.04 | 0.61 | 0.33 | 56.54 | 0.44 | 0.46 |
| Hex | AA | A4 | 42 | 0 | 4 | 3D | 21 | 39 | 2C | 2E |
| Octal | 252 | 244 | 102 | 0 | 4 | 75 | 41 | 71 | 54 | 56 |
| Binary | 10101010 | 10100100 | 1000010 | 0 | 100 | 111101 | 100001 | 111001 | 101100 | 101110 |
Color Harmonies of #AAA442
Complementary color
Monochromatic Colors of #AAA442
Black with #AAA442
Text Example
Text Example
White with #AAA442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA442; }
p { color: rgb(170,164,66); }
H1.HeaderClassName
{
color: #AAA442;
}
.AnyTagClassName
{
color: #AAA442;
}
</style>
background-color css
<style>
a { background-color: #AAA442; }
a { background-color: rgb(170,164,66); }
div.DivClassName
{
background-color: #AAA442;
}
.BgClassName
{
background-color: #AAA442;
}
</style>
border-color css
<style>
span { border-color: #AAA442; }
span { border-color: rgb(170,164,66); }
td.TdClassName
{
border-color: #AAA442;
}
.TagClassName
{
border-color: #AAA442;
}
</style>