Shades of Brass #AAA24B
Tints of Brass #AAA24B
RGB
CMYK
RGB Variations
Color information
#AAA24B (or 0xAAA24B) is known color: Brass. HEX triplet: AA, A2 and 4B. RGB value is (170,162,75). Sum of RGB (Red+Green+Blue) = 170+162+75=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA24B is #555DB4. Grayscale: #9A9A9A. Windows color (decimal): -5594549 or 4956842. OLE color: 4956842.
HSL color Cylindrical-coordinate representation of color #AAA24B: hue angle of 54.95º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAA24B is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 75 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.33 |
| HSL | 54.95º | 0.39% | 0.48% | - |
| HSV(B) | 54.95º | 0.56% | 0.67% | - |
| XYZ | 30.77 | 34.89 | 11.77 | - |
| YUV | 154.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 75 | 0 | 0.05 | 0.56 | 0.33 | 54.95 | 0.39 | 0.48 |
| Hex | AA | A2 | 4B | 0 | 5 | 38 | 21 | 37 | 27 | 30 |
| Octal | 252 | 242 | 113 | 0 | 5 | 70 | 41 | 67 | 47 | 60 |
| Binary | 10101010 | 10100010 | 1001011 | 0 | 101 | 111000 | 100001 | 110111 | 100111 | 110000 |
Color Harmonies of #AAA24B
Complementary color
Monochromatic Colors of #AAA24B
Black with #AAA24B
Text Example
Text Example
White with #AAA24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA24B; }
p { color: rgb(170,162,75); }
H1.HeaderClassName
{
color: #AAA24B;
}
.AnyTagClassName
{
color: #AAA24B;
}
</style>
background-color css
<style>
a { background-color: #AAA24B; }
a { background-color: rgb(170,162,75); }
div.DivClassName
{
background-color: #AAA24B;
}
.BgClassName
{
background-color: #AAA24B;
}
</style>
border-color css
<style>
span { border-color: #AAA24B; }
span { border-color: rgb(170,162,75); }
td.TdClassName
{
border-color: #AAA24B;
}
.TagClassName
{
border-color: #AAA24B;
}
</style>