Shades of Brass #AA9E38
Tints of Brass #AA9E38
RGB
CMYK
RGB Variations
Color information
#AA9E38 (or 0xAA9E38) is known color: Brass. HEX triplet: AA, 9E and 38. RGB value is (170,158,56). Sum of RGB (Red+Green+Blue) = 170+158+56=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E38 is #5561C7. Grayscale: #969696. Windows color (decimal): -5595592 or 3710634. OLE color: 3710634.
HSL color Cylindrical-coordinate representation of color #AA9E38: hue angle of 53.68º 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 #AA9E38 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 56 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.33 |
| HSL | 53.68º | 0.5% | 0.44% | - |
| HSV(B) | 53.68º | 0.67% | 0.67% | - |
| XYZ | 29.52 | 33.29 | 8.61 | - |
| YUV | 149.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 56 | 0 | 0.07 | 0.67 | 0.33 | 53.68 | 0.5 | 0.44 |
| Hex | AA | 9E | 38 | 0 | 7 | 43 | 21 | 36 | 32 | 2C |
| Octal | 252 | 236 | 70 | 0 | 7 | 103 | 41 | 66 | 62 | 54 |
| Binary | 10101010 | 10011110 | 111000 | 0 | 111 | 1000011 | 100001 | 110110 | 110010 | 101100 |
Color Harmonies of #AA9E38
Complementary color
Monochromatic Colors of #AA9E38
Black with #AA9E38
Text Example
Text Example
White with #AA9E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E38; }
p { color: rgb(170,158,56); }
H1.HeaderClassName
{
color: #AA9E38;
}
.AnyTagClassName
{
color: #AA9E38;
}
</style>
background-color css
<style>
a { background-color: #AA9E38; }
a { background-color: rgb(170,158,56); }
div.DivClassName
{
background-color: #AA9E38;
}
.BgClassName
{
background-color: #AA9E38;
}
</style>
border-color css
<style>
span { border-color: #AA9E38; }
span { border-color: rgb(170,158,56); }
td.TdClassName
{
border-color: #AA9E38;
}
.TagClassName
{
border-color: #AA9E38;
}
</style>