Shades of Brass #AAA83B
Tints of Brass #AAA83B
RGB
CMYK
RGB Variations
Color information
#AAA83B (or 0xAAA83B) is known color: Brass. HEX triplet: AA, A8 and 3B. RGB value is (170,168,59). Sum of RGB (Red+Green+Blue) = 170+168+59=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 59 (23.44% from 255 or 14.86% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA83B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA83B is #5557C4. Grayscale: #9C9C9C. Windows color (decimal): -5593029 or 3909802. OLE color: 3909802.
HSL color Cylindrical-coordinate representation of color #AAA83B: hue angle of 58.92º 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 #AAA83B is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 59 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.33 |
| HSL | 58.92º | 0.48% | 0.45% | - |
| HSV(B) | 58.92º | 0.65% | 0.67% | - |
| XYZ | 31.37 | 36.87 | 9.6 | - |
| YUV | 156.17 | 73.16 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 59 | 0 | 0.01 | 0.65 | 0.33 | 58.92 | 0.48 | 0.45 |
| Hex | AA | A8 | 3B | 0 | 1 | 41 | 21 | 3B | 30 | 2D |
| Octal | 252 | 250 | 73 | 0 | 1 | 101 | 41 | 73 | 60 | 55 |
| Binary | 10101010 | 10101000 | 111011 | 0 | 1 | 1000001 | 100001 | 111011 | 110000 | 101101 |
Color Harmonies of #AAA83B
Complementary color
Monochromatic Colors of #AAA83B
Black with #AAA83B
Text Example
Text Example
White with #AAA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA83B; }
p { color: rgb(170,168,59); }
H1.HeaderClassName
{
color: #AAA83B;
}
.AnyTagClassName
{
color: #AAA83B;
}
</style>
background-color css
<style>
a { background-color: #AAA83B; }
a { background-color: rgb(170,168,59); }
div.DivClassName
{
background-color: #AAA83B;
}
.BgClassName
{
background-color: #AAA83B;
}
</style>
border-color css
<style>
span { border-color: #AAA83B; }
span { border-color: rgb(170,168,59); }
td.TdClassName
{
border-color: #AAA83B;
}
.TagClassName
{
border-color: #AAA83B;
}
</style>