Shades of Brass #AAB038
Tints of Brass #AAB038
RGB
CMYK
RGB Variations
Color information
#AAB038 (or 0xAAB038) is known color: Brass. HEX triplet: AA, B0 and 38. RGB value is (170,176,56). Sum of RGB (Red+Green+Blue) = 170+176+56=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB038 is #554FC7. Grayscale: #A0A0A0. Windows color (decimal): -5590984 or 3715242. OLE color: 3715242.
HSL color Cylindrical-coordinate representation of color #AAB038: hue angle of 63º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAB038 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 56 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.31 |
| HSL | 63º | 0.52% | 0.45% | - |
| HSV(B) | 63º | 0.68% | 0.69% | - |
| XYZ | 32.82 | 39.88 | 9.71 | - |
| YUV | 160.53 | 69.01 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 56 | 0.03 | 0 | 0.68 | 0.31 | 63 | 0.52 | 0.45 |
| Hex | AA | B0 | 38 | 3 | 0 | 44 | 1F | 3F | 34 | 2D |
| Octal | 252 | 260 | 70 | 3 | 0 | 104 | 37 | 77 | 64 | 55 |
| Binary | 10101010 | 10110000 | 111000 | 11 | 0 | 1000100 | 11111 | 111111 | 110100 | 101101 |
Color Harmonies of #AAB038
Complementary color
Monochromatic Colors of #AAB038
Black with #AAB038
Text Example
Text Example
White with #AAB038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB038; }
p { color: rgb(170,176,56); }
H1.HeaderClassName
{
color: #AAB038;
}
.AnyTagClassName
{
color: #AAB038;
}
</style>
background-color css
<style>
a { background-color: #AAB038; }
a { background-color: rgb(170,176,56); }
div.DivClassName
{
background-color: #AAB038;
}
.BgClassName
{
background-color: #AAB038;
}
</style>
border-color css
<style>
span { border-color: #AAB038; }
span { border-color: rgb(170,176,56); }
td.TdClassName
{
border-color: #AAB038;
}
.TagClassName
{
border-color: #AAB038;
}
</style>