Shades of Brass #AAA438
Tints of Brass #AAA438
RGB
CMYK
RGB Variations
Color information
#AAA438 (or 0xAAA438) is known color: Brass. HEX triplet: AA, A4 and 38. RGB value is (170,164,56). Sum of RGB (Red+Green+Blue) = 170+164+56=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA438 is #555BC7. Grayscale: #999999. Windows color (decimal): -5594056 or 3712170. OLE color: 3712170.
HSL color Cylindrical-coordinate representation of color #AAA438: hue angle of 56.84º 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 #AAA438 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 56 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.33 |
| HSL | 56.84º | 0.5% | 0.44% | - |
| HSV(B) | 56.84º | 0.67% | 0.67% | - |
| XYZ | 30.57 | 35.38 | 8.96 | - |
| YUV | 153.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 56 | 0 | 0.04 | 0.67 | 0.33 | 56.84 | 0.5 | 0.44 |
| Hex | AA | A4 | 38 | 0 | 4 | 43 | 21 | 39 | 32 | 2C |
| Octal | 252 | 244 | 70 | 0 | 4 | 103 | 41 | 71 | 62 | 54 |
| Binary | 10101010 | 10100100 | 111000 | 0 | 100 | 1000011 | 100001 | 111001 | 110010 | 101100 |
Color Harmonies of #AAA438
Complementary color
Monochromatic Colors of #AAA438
Black with #AAA438
Text Example
Text Example
White with #AAA438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA438; }
p { color: rgb(170,164,56); }
H1.HeaderClassName
{
color: #AAA438;
}
.AnyTagClassName
{
color: #AAA438;
}
</style>
background-color css
<style>
a { background-color: #AAA438; }
a { background-color: rgb(170,164,56); }
div.DivClassName
{
background-color: #AAA438;
}
.BgClassName
{
background-color: #AAA438;
}
</style>
border-color css
<style>
span { border-color: #AAA438; }
span { border-color: rgb(170,164,56); }
td.TdClassName
{
border-color: #AAA438;
}
.TagClassName
{
border-color: #AAA438;
}
</style>