Shades of Brass #AAA638
Tints of Brass #AAA638
RGB
CMYK
RGB Variations
Color information
#AAA638 (or 0xAAA638) is known color: Brass. HEX triplet: AA, A6 and 38. RGB value is (170,166,56). Sum of RGB (Red+Green+Blue) = 170+166+56=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA638 is #5559C7. Grayscale: #9B9B9B. Windows color (decimal): -5593544 or 3712682. OLE color: 3712682.
HSL color Cylindrical-coordinate representation of color #AAA638: hue angle of 57.89º 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 #AAA638 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 56 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.33 |
| HSL | 57.89º | 0.5% | 0.44% | - |
| HSV(B) | 57.89º | 0.67% | 0.67% | - |
| XYZ | 30.93 | 36.1 | 9.08 | - |
| YUV | 154.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 56 | 0 | 0.02 | 0.67 | 0.33 | 57.89 | 0.5 | 0.44 |
| Hex | AA | A6 | 38 | 0 | 2 | 43 | 21 | 3A | 32 | 2C |
| Octal | 252 | 246 | 70 | 0 | 2 | 103 | 41 | 72 | 62 | 54 |
| Binary | 10101010 | 10100110 | 111000 | 0 | 10 | 1000011 | 100001 | 111010 | 110010 | 101100 |
Color Harmonies of #AAA638
Complementary color
Monochromatic Colors of #AAA638
Black with #AAA638
Text Example
Text Example
White with #AAA638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA638; }
p { color: rgb(170,166,56); }
H1.HeaderClassName
{
color: #AAA638;
}
.AnyTagClassName
{
color: #AAA638;
}
</style>
background-color css
<style>
a { background-color: #AAA638; }
a { background-color: rgb(170,166,56); }
div.DivClassName
{
background-color: #AAA638;
}
.BgClassName
{
background-color: #AAA638;
}
</style>
border-color css
<style>
span { border-color: #AAA638; }
span { border-color: rgb(170,166,56); }
td.TdClassName
{
border-color: #AAA638;
}
.TagClassName
{
border-color: #AAA638;
}
</style>