Shades of Brass #AAA23B
Tints of Brass #AAA23B
RGB
CMYK
RGB Variations
Color information
#AAA23B (or 0xAAA23B) is known color: Brass. HEX triplet: AA, A2 and 3B. RGB value is (170,162,59). Sum of RGB (Red+Green+Blue) = 170+162+59=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA23B is #555DC4. Grayscale: #999999. Windows color (decimal): -5594565 or 3908266. OLE color: 3908266.
HSL color Cylindrical-coordinate representation of color #AAA23B: hue angle of 55.68º 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 #AAA23B is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 59 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.33 |
| HSL | 55.68º | 0.48% | 0.45% | - |
| HSV(B) | 55.68º | 0.65% | 0.67% | - |
| XYZ | 30.29 | 34.7 | 9.24 | - |
| YUV | 152.65 | 75.15 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 59 | 0 | 0.05 | 0.65 | 0.33 | 55.68 | 0.48 | 0.45 |
| Hex | AA | A2 | 3B | 0 | 5 | 41 | 21 | 38 | 30 | 2D |
| Octal | 252 | 242 | 73 | 0 | 5 | 101 | 41 | 70 | 60 | 55 |
| Binary | 10101010 | 10100010 | 111011 | 0 | 101 | 1000001 | 100001 | 111000 | 110000 | 101101 |
Color Harmonies of #AAA23B
Complementary color
Monochromatic Colors of #AAA23B
Black with #AAA23B
Text Example
Text Example
White with #AAA23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA23B; }
p { color: rgb(170,162,59); }
H1.HeaderClassName
{
color: #AAA23B;
}
.AnyTagClassName
{
color: #AAA23B;
}
</style>
background-color css
<style>
a { background-color: #AAA23B; }
a { background-color: rgb(170,162,59); }
div.DivClassName
{
background-color: #AAA23B;
}
.BgClassName
{
background-color: #AAA23B;
}
</style>
border-color css
<style>
span { border-color: #AAA23B; }
span { border-color: rgb(170,162,59); }
td.TdClassName
{
border-color: #AAA23B;
}
.TagClassName
{
border-color: #AAA23B;
}
</style>