Shades of Brass #AA9C38
Tints of Brass #AA9C38
RGB
CMYK
RGB Variations
Color information
#AA9C38 (or 0xAA9C38) is known color: Brass. HEX triplet: AA, 9C and 38. RGB value is (170,156,56). Sum of RGB (Red+Green+Blue) = 170+156+56=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C38 is #5563C7. Grayscale: #959595. Windows color (decimal): -5596104 or 3710122. OLE color: 3710122.
HSL color Cylindrical-coordinate representation of color #AA9C38: hue angle of 52.63º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA9C38 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 56 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.33 |
| HSL | 52.63º | 0.5% | 0.44% | - |
| HSV(B) | 52.63º | 0.67% | 0.67% | - |
| XYZ | 29.18 | 32.61 | 8.5 | - |
| YUV | 148.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 56 | 0 | 0.08 | 0.67 | 0.33 | 52.63 | 0.5 | 0.44 |
| Hex | AA | 9C | 38 | 0 | 8 | 43 | 21 | 35 | 32 | 2C |
| Octal | 252 | 234 | 70 | 0 | 10 | 103 | 41 | 65 | 62 | 54 |
| Binary | 10101010 | 10011100 | 111000 | 0 | 1000 | 1000011 | 100001 | 110101 | 110010 | 101100 |
Color Harmonies of #AA9C38
Complementary color
Monochromatic Colors of #AA9C38
Black with #AA9C38
Text Example
Text Example
White with #AA9C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C38; }
p { color: rgb(170,156,56); }
H1.HeaderClassName
{
color: #AA9C38;
}
.AnyTagClassName
{
color: #AA9C38;
}
</style>
background-color css
<style>
a { background-color: #AA9C38; }
a { background-color: rgb(170,156,56); }
div.DivClassName
{
background-color: #AA9C38;
}
.BgClassName
{
background-color: #AA9C38;
}
</style>
border-color css
<style>
span { border-color: #AA9C38; }
span { border-color: rgb(170,156,56); }
td.TdClassName
{
border-color: #AA9C38;
}
.TagClassName
{
border-color: #AA9C38;
}
</style>