Shades of Brass #AAA64B
Tints of Brass #AAA64B
RGB
CMYK
RGB Variations
Color information
#AAA64B (or 0xAAA64B) is known color: Brass. HEX triplet: AA, A6 and 4B. RGB value is (170,166,75). Sum of RGB (Red+Green+Blue) = 170+166+75=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA64B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA64B is #5559B4. Grayscale: #9D9D9D. Windows color (decimal): -5593525 or 4957866. OLE color: 4957866.
HSL color Cylindrical-coordinate representation of color #AAA64B: hue angle of 57.47º 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 #AAA64B is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 75 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.33 |
| HSL | 57.47º | 0.39% | 0.48% | - |
| HSV(B) | 57.47º | 0.56% | 0.67% | - |
| XYZ | 31.48 | 36.33 | 12.01 | - |
| YUV | 156.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 75 | 0 | 0.02 | 0.56 | 0.33 | 57.47 | 0.39 | 0.48 |
| Hex | AA | A6 | 4B | 0 | 2 | 38 | 21 | 39 | 27 | 30 |
| Octal | 252 | 246 | 113 | 0 | 2 | 70 | 41 | 71 | 47 | 60 |
| Binary | 10101010 | 10100110 | 1001011 | 0 | 10 | 111000 | 100001 | 111001 | 100111 | 110000 |
Color Harmonies of #AAA64B
Complementary color
Monochromatic Colors of #AAA64B
Black with #AAA64B
Text Example
Text Example
White with #AAA64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA64B; }
p { color: rgb(170,166,75); }
H1.HeaderClassName
{
color: #AAA64B;
}
.AnyTagClassName
{
color: #AAA64B;
}
</style>
background-color css
<style>
a { background-color: #AAA64B; }
a { background-color: rgb(170,166,75); }
div.DivClassName
{
background-color: #AAA64B;
}
.BgClassName
{
background-color: #AAA64B;
}
</style>
border-color css
<style>
span { border-color: #AAA64B; }
span { border-color: rgb(170,166,75); }
td.TdClassName
{
border-color: #AAA64B;
}
.TagClassName
{
border-color: #AAA64B;
}
</style>