Shades of Brass #AAA63B
Tints of Brass #AAA63B
RGB
CMYK
RGB Variations
Color information
#AAA63B (or 0xAAA63B) is known color: Brass. HEX triplet: AA, A6 and 3B. RGB value is (170,166,59). Sum of RGB (Red+Green+Blue) = 170+166+59=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA63B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA63B is #5559C4. Grayscale: #9B9B9B. Windows color (decimal): -5593541 or 3909290. OLE color: 3909290.
HSL color Cylindrical-coordinate representation of color #AAA63B: hue angle of 57.84º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAA63B is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 59 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.33 |
| HSL | 57.84º | 0.48% | 0.45% | - |
| HSV(B) | 57.84º | 0.65% | 0.67% | - |
| XYZ | 31 | 36.13 | 9.48 | - |
| YUV | 155 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 59 | 0 | 0.02 | 0.65 | 0.33 | 57.84 | 0.48 | 0.45 |
| Hex | AA | A6 | 3B | 0 | 2 | 41 | 21 | 3A | 30 | 2D |
| Octal | 252 | 246 | 73 | 0 | 2 | 101 | 41 | 72 | 60 | 55 |
| Binary | 10101010 | 10100110 | 111011 | 0 | 10 | 1000001 | 100001 | 111010 | 110000 | 101101 |
Color Harmonies of #AAA63B
Complementary color
Monochromatic Colors of #AAA63B
Black with #AAA63B
Text Example
Text Example
White with #AAA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA63B; }
p { color: rgb(170,166,59); }
H1.HeaderClassName
{
color: #AAA63B;
}
.AnyTagClassName
{
color: #AAA63B;
}
</style>
background-color css
<style>
a { background-color: #AAA63B; }
a { background-color: rgb(170,166,59); }
div.DivClassName
{
background-color: #AAA63B;
}
.BgClassName
{
background-color: #AAA63B;
}
</style>
border-color css
<style>
span { border-color: #AAA63B; }
span { border-color: rgb(170,166,59); }
td.TdClassName
{
border-color: #AAA63B;
}
.TagClassName
{
border-color: #AAA63B;
}
</style>