Shades of Brass #A4A633
Tints of Brass #A4A633
RGB
CMYK
RGB Variations
Color information
#A4A633 (or 0xA4A633) is known color: Brass. HEX triplet: A4, A6 and 33. RGB value is (164,166,51). Sum of RGB (Red+Green+Blue) = 164+166+51=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A633 is #5B59CC. Grayscale: #989898. Windows color (decimal): -5986765 or 3384996. OLE color: 3384996.
HSL color Cylindrical-coordinate representation of color #A4A633: hue angle of 61.04º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4A633 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 51 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.35 |
| HSL | 61.04º | 0.53% | 0.43% | - |
| HSV(B) | 61.04º | 0.69% | 0.65% | - |
| XYZ | 29.54 | 35.4 | 8.41 | - |
| YUV | 152.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 51 | 0.01 | 0 | 0.69 | 0.35 | 61.04 | 0.53 | 0.43 |
| Hex | A4 | A6 | 33 | 1 | 0 | 45 | 23 | 3D | 35 | 2B |
| Octal | 244 | 246 | 63 | 1 | 0 | 105 | 43 | 75 | 65 | 53 |
| Binary | 10100100 | 10100110 | 110011 | 1 | 0 | 1000101 | 100011 | 111101 | 110101 | 101011 |
Color Harmonies of #A4A633
Complementary color
Monochromatic Colors of #A4A633
Black with #A4A633
Text Example
Text Example
White with #A4A633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A633; }
p { color: rgb(164,166,51); }
H1.HeaderClassName
{
color: #A4A633;
}
.AnyTagClassName
{
color: #A4A633;
}
</style>
background-color css
<style>
a { background-color: #A4A633; }
a { background-color: rgb(164,166,51); }
div.DivClassName
{
background-color: #A4A633;
}
.BgClassName
{
background-color: #A4A633;
}
</style>
border-color css
<style>
span { border-color: #A4A633; }
span { border-color: rgb(164,166,51); }
td.TdClassName
{
border-color: #A4A633;
}
.TagClassName
{
border-color: #A4A633;
}
</style>