Shades of Brass #AAB334
Tints of Brass #AAB334
RGB
CMYK
RGB Variations
Color information
#AAB334 (or 0xAAB334) is known color: Brass. HEX triplet: AA, B3 and 34. RGB value is (170,179,52). Sum of RGB (Red+Green+Blue) = 170+179+52=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB334 is #554CCB. Grayscale: #A2A2A2. Windows color (decimal): -5590220 or 3453866. OLE color: 3453866.
HSL color Cylindrical-coordinate representation of color #AAB334: hue angle of 64.25º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAB334 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 52 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.30 |
| HSL | 64.25º | 0.55% | 0.45% | - |
| HSV(B) | 64.25º | 0.71% | 0.7% | - |
| XYZ | 33.32 | 41.03 | 9.41 | - |
| YUV | 161.83 | 66.02 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 52 | 0.05 | 0 | 0.71 | 0.30 | 64.25 | 0.55 | 0.45 |
| Hex | AA | B3 | 34 | 5 | 0 | 47 | 1E | 40 | 37 | 2D |
| Octal | 252 | 263 | 64 | 5 | 0 | 107 | 36 | 100 | 67 | 55 |
| Binary | 10101010 | 10110011 | 110100 | 101 | 0 | 1000111 | 11110 | 1000000 | 110111 | 101101 |
Color Harmonies of #AAB334
Complementary color
Monochromatic Colors of #AAB334
Black with #AAB334
Text Example
Text Example
White with #AAB334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB334; }
p { color: rgb(170,179,52); }
H1.HeaderClassName
{
color: #AAB334;
}
.AnyTagClassName
{
color: #AAB334;
}
</style>
background-color css
<style>
a { background-color: #AAB334; }
a { background-color: rgb(170,179,52); }
div.DivClassName
{
background-color: #AAB334;
}
.BgClassName
{
background-color: #AAB334;
}
</style>
border-color css
<style>
span { border-color: #AAB334; }
span { border-color: rgb(170,179,52); }
td.TdClassName
{
border-color: #AAB334;
}
.TagClassName
{
border-color: #AAB334;
}
</style>