Shades of Brass #AAAB3D
Tints of Brass #AAAB3D
RGB
CMYK
RGB Variations
Color information
#AAAB3D (or 0xAAAB3D) is known color: Brass. HEX triplet: AA, AB and 3D. RGB value is (170,171,61). Sum of RGB (Red+Green+Blue) = 170+171+61=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB3D is #5554C2. Grayscale: #9E9E9E. Windows color (decimal): -5592259 or 4041642. OLE color: 4041642.
HSL color Cylindrical-coordinate representation of color #AAAB3D: hue angle of 60.55º 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 #AAAB3D is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 61 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.33 |
| HSL | 60.55º | 0.47% | 0.45% | - |
| HSV(B) | 60.55º | 0.64% | 0.67% | - |
| XYZ | 31.98 | 38.01 | 10.07 | - |
| YUV | 158.16 | 73.17 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 61 | 0.01 | 0 | 0.64 | 0.33 | 60.55 | 0.47 | 0.45 |
| Hex | AA | AB | 3D | 1 | 0 | 40 | 21 | 3D | 2F | 2D |
| Octal | 252 | 253 | 75 | 1 | 0 | 100 | 41 | 75 | 57 | 55 |
| Binary | 10101010 | 10101011 | 111101 | 1 | 0 | 1000000 | 100001 | 111101 | 101111 | 101101 |
Color Harmonies of #AAAB3D
Complementary color
Monochromatic Colors of #AAAB3D
Black with #AAAB3D
Text Example
Text Example
White with #AAAB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB3D; }
p { color: rgb(170,171,61); }
H1.HeaderClassName
{
color: #AAAB3D;
}
.AnyTagClassName
{
color: #AAAB3D;
}
</style>
background-color css
<style>
a { background-color: #AAAB3D; }
a { background-color: rgb(170,171,61); }
div.DivClassName
{
background-color: #AAAB3D;
}
.BgClassName
{
background-color: #AAAB3D;
}
</style>
border-color css
<style>
span { border-color: #AAAB3D; }
span { border-color: rgb(170,171,61); }
td.TdClassName
{
border-color: #AAAB3D;
}
.TagClassName
{
border-color: #AAAB3D;
}
</style>