Shades of Brass #AAAF32
Tints of Brass #AAAF32
RGB
CMYK
RGB Variations
Color information
#AAAF32 (or 0xAAAF32) is known color: Brass. HEX triplet: AA, AF and 32. RGB value is (170,175,50). Sum of RGB (Red+Green+Blue) = 170+175+50=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF32 is #5550CD. Grayscale: #9F9F9F. Windows color (decimal): -5591246 or 3321770. OLE color: 3321770.
HSL color Cylindrical-coordinate representation of color #AAAF32: hue angle of 62.4º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAAF32 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 50 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.31 |
| HSL | 62.4º | 0.56% | 0.44% | - |
| HSV(B) | 62.4º | 0.71% | 0.69% | - |
| XYZ | 32.48 | 39.44 | 8.92 | - |
| YUV | 159.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 50 | 0.03 | 0 | 0.71 | 0.31 | 62.4 | 0.56 | 0.44 |
| Hex | AA | AF | 32 | 3 | 0 | 47 | 1F | 3E | 38 | 2C |
| Octal | 252 | 257 | 62 | 3 | 0 | 107 | 37 | 76 | 70 | 54 |
| Binary | 10101010 | 10101111 | 110010 | 11 | 0 | 1000111 | 11111 | 111110 | 111000 | 101100 |
Color Harmonies of #AAAF32
Complementary color
Monochromatic Colors of #AAAF32
Black with #AAAF32
Text Example
Text Example
White with #AAAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF32; }
p { color: rgb(170,175,50); }
H1.HeaderClassName
{
color: #AAAF32;
}
.AnyTagClassName
{
color: #AAAF32;
}
</style>
background-color css
<style>
a { background-color: #AAAF32; }
a { background-color: rgb(170,175,50); }
div.DivClassName
{
background-color: #AAAF32;
}
.BgClassName
{
background-color: #AAAF32;
}
</style>
border-color css
<style>
span { border-color: #AAAF32; }
span { border-color: rgb(170,175,50); }
td.TdClassName
{
border-color: #AAAF32;
}
.TagClassName
{
border-color: #AAAF32;
}
</style>