Shades of Brass #AAAC43
Tints of Brass #AAAC43
RGB
CMYK
RGB Variations
Color information
#AAAC43 (or 0xAAAC43) is known color: Brass. HEX triplet: AA, AC and 43. RGB value is (170,172,67). Sum of RGB (Red+Green+Blue) = 170+172+67=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC43 is #5553BC. Grayscale: #9F9F9F. Windows color (decimal): -5591997 or 4435114. OLE color: 4435114.
HSL color Cylindrical-coordinate representation of color #AAAC43: hue angle of 61.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAAC43 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 67 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.33 |
| HSL | 61.14º | 0.44% | 0.47% | - |
| HSV(B) | 61.14º | 0.61% | 0.67% | - |
| XYZ | 32.34 | 38.46 | 11.03 | - |
| YUV | 159.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 67 | 0.01 | 0 | 0.61 | 0.33 | 61.14 | 0.44 | 0.47 |
| Hex | AA | AC | 43 | 1 | 0 | 3D | 21 | 3D | 2C | 2F |
| Octal | 252 | 254 | 103 | 1 | 0 | 75 | 41 | 75 | 54 | 57 |
| Binary | 10101010 | 10101100 | 1000011 | 1 | 0 | 111101 | 100001 | 111101 | 101100 | 101111 |
Color Harmonies of #AAAC43
Complementary color
Monochromatic Colors of #AAAC43
Black with #AAAC43
Text Example
Text Example
White with #AAAC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC43; }
p { color: rgb(170,172,67); }
H1.HeaderClassName
{
color: #AAAC43;
}
.AnyTagClassName
{
color: #AAAC43;
}
</style>
background-color css
<style>
a { background-color: #AAAC43; }
a { background-color: rgb(170,172,67); }
div.DivClassName
{
background-color: #AAAC43;
}
.BgClassName
{
background-color: #AAAC43;
}
</style>
border-color css
<style>
span { border-color: #AAAC43; }
span { border-color: rgb(170,172,67); }
td.TdClassName
{
border-color: #AAAC43;
}
.TagClassName
{
border-color: #AAAC43;
}
</style>