Shades of Brass #AAA13D
Tints of Brass #AAA13D
RGB
CMYK
RGB Variations
Color information
#AAA13D (or 0xAAA13D) is known color: Brass. HEX triplet: AA, A1 and 3D. RGB value is (170,161,61). Sum of RGB (Red+Green+Blue) = 170+161+61=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA13D is #555EC2. Grayscale: #989898. Windows color (decimal): -5594819 or 4039082. OLE color: 4039082.
HSL color Cylindrical-coordinate representation of color #AAA13D: hue angle of 55.05º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAA13D is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 61 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.33 |
| HSL | 55.05º | 0.47% | 0.45% | - |
| HSV(B) | 55.05º | 0.64% | 0.67% | - |
| XYZ | 30.16 | 34.37 | 9.46 | - |
| YUV | 152.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 61 | 0 | 0.05 | 0.64 | 0.33 | 55.05 | 0.47 | 0.45 |
| Hex | AA | A1 | 3D | 0 | 5 | 40 | 21 | 37 | 2F | 2D |
| Octal | 252 | 241 | 75 | 0 | 5 | 100 | 41 | 67 | 57 | 55 |
| Binary | 10101010 | 10100001 | 111101 | 0 | 101 | 1000000 | 100001 | 110111 | 101111 | 101101 |
Color Harmonies of #AAA13D
Complementary color
Monochromatic Colors of #AAA13D
Black with #AAA13D
Text Example
Text Example
White with #AAA13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA13D; }
p { color: rgb(170,161,61); }
H1.HeaderClassName
{
color: #AAA13D;
}
.AnyTagClassName
{
color: #AAA13D;
}
</style>
background-color css
<style>
a { background-color: #AAA13D; }
a { background-color: rgb(170,161,61); }
div.DivClassName
{
background-color: #AAA13D;
}
.BgClassName
{
background-color: #AAA13D;
}
</style>
border-color css
<style>
span { border-color: #AAA13D; }
span { border-color: rgb(170,161,61); }
td.TdClassName
{
border-color: #AAA13D;
}
.TagClassName
{
border-color: #AAA13D;
}
</style>