Shades of Brass #AA9C42
Tints of Brass #AA9C42
RGB
CMYK
RGB Variations
Color information
#AA9C42 (or 0xAA9C42) is known color: Brass. HEX triplet: AA, 9C and 42. RGB value is (170,156,66). Sum of RGB (Red+Green+Blue) = 170+156+66=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C42 is #5563BD. Grayscale: #969696. Windows color (decimal): -5596094 or 4365482. OLE color: 4365482.
HSL color Cylindrical-coordinate representation of color #AA9C42: hue angle of 51.92º 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 #AA9C42 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 66 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.33 |
| HSL | 51.92º | 0.44% | 0.46% | - |
| HSV(B) | 51.92º | 0.61% | 0.67% | - |
| XYZ | 29.45 | 32.72 | 9.92 | - |
| YUV | 149.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 66 | 0 | 0.08 | 0.61 | 0.33 | 51.92 | 0.44 | 0.46 |
| Hex | AA | 9C | 42 | 0 | 8 | 3D | 21 | 34 | 2C | 2E |
| Octal | 252 | 234 | 102 | 0 | 10 | 75 | 41 | 64 | 54 | 56 |
| Binary | 10101010 | 10011100 | 1000010 | 0 | 1000 | 111101 | 100001 | 110100 | 101100 | 101110 |
Color Harmonies of #AA9C42
Complementary color
Monochromatic Colors of #AA9C42
Black with #AA9C42
Text Example
Text Example
White with #AA9C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C42; }
p { color: rgb(170,156,66); }
H1.HeaderClassName
{
color: #AA9C42;
}
.AnyTagClassName
{
color: #AA9C42;
}
</style>
background-color css
<style>
a { background-color: #AA9C42; }
a { background-color: rgb(170,156,66); }
div.DivClassName
{
background-color: #AA9C42;
}
.BgClassName
{
background-color: #AA9C42;
}
</style>
border-color css
<style>
span { border-color: #AA9C42; }
span { border-color: rgb(170,156,66); }
td.TdClassName
{
border-color: #AA9C42;
}
.TagClassName
{
border-color: #AA9C42;
}
</style>