Shades of Brass #AAAF3E
Tints of Brass #AAAF3E
RGB
CMYK
RGB Variations
Color information
#AAAF3E (or 0xAAAF3E) is known color: Brass. HEX triplet: AA, AF and 3E. RGB value is (170,175,62). Sum of RGB (Red+Green+Blue) = 170+175+62=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF3E is #5550C1. Grayscale: #A1A1A1. Windows color (decimal): -5591234 or 4108202. OLE color: 4108202.
HSL color Cylindrical-coordinate representation of color #AAAF3E: hue angle of 62.65º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAAF3E is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 62 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.31 |
| HSL | 62.65º | 0.48% | 0.46% | - |
| HSV(B) | 62.65º | 0.65% | 0.69% | - |
| XYZ | 32.78 | 39.55 | 10.46 | - |
| YUV | 160.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 62 | 0.03 | 0 | 0.65 | 0.31 | 62.65 | 0.48 | 0.46 |
| Hex | AA | AF | 3E | 3 | 0 | 41 | 1F | 3F | 30 | 2E |
| Octal | 252 | 257 | 76 | 3 | 0 | 101 | 37 | 77 | 60 | 56 |
| Binary | 10101010 | 10101111 | 111110 | 11 | 0 | 1000001 | 11111 | 111111 | 110000 | 101110 |
Color Harmonies of #AAAF3E
Complementary color
Monochromatic Colors of #AAAF3E
Black with #AAAF3E
Text Example
Text Example
White with #AAAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF3E; }
p { color: rgb(170,175,62); }
H1.HeaderClassName
{
color: #AAAF3E;
}
.AnyTagClassName
{
color: #AAAF3E;
}
</style>
background-color css
<style>
a { background-color: #AAAF3E; }
a { background-color: rgb(170,175,62); }
div.DivClassName
{
background-color: #AAAF3E;
}
.BgClassName
{
background-color: #AAAF3E;
}
</style>
border-color css
<style>
span { border-color: #AAAF3E; }
span { border-color: rgb(170,175,62); }
td.TdClassName
{
border-color: #AAAF3E;
}
.TagClassName
{
border-color: #AAAF3E;
}
</style>