Shades of Brass #AAAF40
Tints of Brass #AAAF40
RGB
CMYK
RGB Variations
Color information
#AAAF40 (or 0xAAAF40) is known color: Brass. HEX triplet: AA, AF and 40. RGB value is (170,175,64). Sum of RGB (Red+Green+Blue) = 170+175+64=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF40 is #5550BF. Grayscale: #A1A1A1. Windows color (decimal): -5591232 or 4239274. OLE color: 4239274.
HSL color Cylindrical-coordinate representation of color #AAAF40: hue angle of 62.7º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAAF40 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 64 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.31 |
| HSL | 62.7º | 0.46% | 0.47% | - |
| HSV(B) | 62.7º | 0.63% | 0.69% | - |
| XYZ | 32.83 | 39.58 | 10.76 | - |
| YUV | 160.85 | 73.34 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 64 | 0.03 | 0 | 0.63 | 0.31 | 62.7 | 0.46 | 0.47 |
| Hex | AA | AF | 40 | 3 | 0 | 3F | 1F | 3F | 2E | 2F |
| Octal | 252 | 257 | 100 | 3 | 0 | 77 | 37 | 77 | 56 | 57 |
| Binary | 10101010 | 10101111 | 1000000 | 11 | 0 | 111111 | 11111 | 111111 | 101110 | 101111 |
Color Harmonies of #AAAF40
Complementary color
Monochromatic Colors of #AAAF40
Black with #AAAF40
Text Example
Text Example
White with #AAAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF40; }
p { color: rgb(170,175,64); }
H1.HeaderClassName
{
color: #AAAF40;
}
.AnyTagClassName
{
color: #AAAF40;
}
</style>
background-color css
<style>
a { background-color: #AAAF40; }
a { background-color: rgb(170,175,64); }
div.DivClassName
{
background-color: #AAAF40;
}
.BgClassName
{
background-color: #AAAF40;
}
</style>
border-color css
<style>
span { border-color: #AAAF40; }
span { border-color: rgb(170,175,64); }
td.TdClassName
{
border-color: #AAAF40;
}
.TagClassName
{
border-color: #AAAF40;
}
</style>