Shades of Brass #AAAC42
Tints of Brass #AAAC42
RGB
CMYK
RGB Variations
Color information
#AAAC42 (or 0xAAAC42) is known color: Brass. HEX triplet: AA, AC and 42. RGB value is (170,172,66). Sum of RGB (Red+Green+Blue) = 170+172+66=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC42 is #5553BD. Grayscale: #9F9F9F. Windows color (decimal): -5591998 or 4369578. OLE color: 4369578.
HSL color Cylindrical-coordinate representation of color #AAAC42: hue angle of 61.13º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAAC42 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 66 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.33 |
| HSL | 61.13º | 0.45% | 0.47% | - |
| HSV(B) | 61.13º | 0.62% | 0.67% | - |
| XYZ | 32.31 | 38.44 | 10.87 | - |
| YUV | 159.32 | 75.34 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 66 | 0.01 | 0 | 0.62 | 0.33 | 61.13 | 0.45 | 0.47 |
| Hex | AA | AC | 42 | 1 | 0 | 3E | 21 | 3D | 2D | 2F |
| Octal | 252 | 254 | 102 | 1 | 0 | 76 | 41 | 75 | 55 | 57 |
| Binary | 10101010 | 10101100 | 1000010 | 1 | 0 | 111110 | 100001 | 111101 | 101101 | 101111 |
Color Harmonies of #AAAC42
Complementary color
Monochromatic Colors of #AAAC42
Black with #AAAC42
Text Example
Text Example
White with #AAAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC42; }
p { color: rgb(170,172,66); }
H1.HeaderClassName
{
color: #AAAC42;
}
.AnyTagClassName
{
color: #AAAC42;
}
</style>
background-color css
<style>
a { background-color: #AAAC42; }
a { background-color: rgb(170,172,66); }
div.DivClassName
{
background-color: #AAAC42;
}
.BgClassName
{
background-color: #AAAC42;
}
</style>
border-color css
<style>
span { border-color: #AAAC42; }
span { border-color: rgb(170,172,66); }
td.TdClassName
{
border-color: #AAAC42;
}
.TagClassName
{
border-color: #AAAC42;
}
</style>