Shades of Brass #A4AA36
Tints of Brass #A4AA36
RGB
CMYK
RGB Variations
Color information
#A4AA36 (or 0xA4AA36) is known color: Brass. HEX triplet: A4, AA and 36. RGB value is (164,170,54). Sum of RGB (Red+Green+Blue) = 164+170+54=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AA36 is #5B55C9. Grayscale: #9B9B9B. Windows color (decimal): -5985738 or 3582628. OLE color: 3582628.
HSL color Cylindrical-coordinate representation of color #A4AA36: hue angle of 63.1º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4AA36 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 170 | 54 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.33 |
| HSL | 63.1º | 0.52% | 0.44% | - |
| HSV(B) | 63.1º | 0.68% | 0.67% | - |
| XYZ | 30.35 | 36.91 | 9.01 | - |
| YUV | 154.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 54 | 0.04 | 0 | 0.68 | 0.33 | 63.1 | 0.52 | 0.44 |
| Hex | A4 | AA | 36 | 4 | 0 | 44 | 21 | 3F | 34 | 2C |
| Octal | 244 | 252 | 66 | 4 | 0 | 104 | 41 | 77 | 64 | 54 |
| Binary | 10100100 | 10101010 | 110110 | 100 | 0 | 1000100 | 100001 | 111111 | 110100 | 101100 |
Color Harmonies of #A4AA36
Complementary color
Monochromatic Colors of #A4AA36
Black with #A4AA36
Text Example
Text Example
White with #A4AA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AA36; }
p { color: rgb(164,170,54); }
H1.HeaderClassName
{
color: #A4AA36;
}
.AnyTagClassName
{
color: #A4AA36;
}
</style>
background-color css
<style>
a { background-color: #A4AA36; }
a { background-color: rgb(164,170,54); }
div.DivClassName
{
background-color: #A4AA36;
}
.BgClassName
{
background-color: #A4AA36;
}
</style>
border-color css
<style>
span { border-color: #A4AA36; }
span { border-color: rgb(164,170,54); }
td.TdClassName
{
border-color: #A4AA36;
}
.TagClassName
{
border-color: #A4AA36;
}
</style>