Shades of Brass #AAA23D
Tints of Brass #AAA23D
RGB
CMYK
RGB Variations
Color information
#AAA23D (or 0xAAA23D) is known color: Brass. HEX triplet: AA, A2 and 3D. RGB value is (170,162,61). Sum of RGB (Red+Green+Blue) = 170+162+61=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA23D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA23D is #555DC2. Grayscale: #999999. Windows color (decimal): -5594563 or 4039338. OLE color: 4039338.
HSL color Cylindrical-coordinate representation of color #AAA23D: hue angle of 55.6º 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 #AAA23D is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 61 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.33 |
| HSL | 55.6º | 0.47% | 0.45% | - |
| HSV(B) | 55.6º | 0.64% | 0.67% | - |
| XYZ | 30.34 | 34.72 | 9.52 | - |
| YUV | 152.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 61 | 0 | 0.05 | 0.64 | 0.33 | 55.6 | 0.47 | 0.45 |
| Hex | AA | A2 | 3D | 0 | 5 | 40 | 21 | 38 | 2F | 2D |
| Octal | 252 | 242 | 75 | 0 | 5 | 100 | 41 | 70 | 57 | 55 |
| Binary | 10101010 | 10100010 | 111101 | 0 | 101 | 1000000 | 100001 | 111000 | 101111 | 101101 |
Color Harmonies of #AAA23D
Complementary color
Monochromatic Colors of #AAA23D
Black with #AAA23D
Text Example
Text Example
White with #AAA23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA23D; }
p { color: rgb(170,162,61); }
H1.HeaderClassName
{
color: #AAA23D;
}
.AnyTagClassName
{
color: #AAA23D;
}
</style>
background-color css
<style>
a { background-color: #AAA23D; }
a { background-color: rgb(170,162,61); }
div.DivClassName
{
background-color: #AAA23D;
}
.BgClassName
{
background-color: #AAA23D;
}
</style>
border-color css
<style>
span { border-color: #AAA23D; }
span { border-color: rgb(170,162,61); }
td.TdClassName
{
border-color: #AAA23D;
}
.TagClassName
{
border-color: #AAA23D;
}
</style>