Shades of Brass #A4A33E
Tints of Brass #A4A33E
RGB
CMYK
RGB Variations
Color information
#A4A33E (or 0xA4A33E) is known color: Brass. HEX triplet: A4, A3 and 3E. RGB value is (164,163,62). Sum of RGB (Red+Green+Blue) = 164+163+62=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A33E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A33E is #5B5CC1. Grayscale: #989898. Windows color (decimal): -5987522 or 4105124. OLE color: 4105124.
HSL color Cylindrical-coordinate representation of color #A4A33E: hue angle of 59.41º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4A33E is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 163 | 62 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.36 |
| HSL | 59.41º | 0.45% | 0.44% | - |
| HSV(B) | 59.41º | 0.62% | 0.64% | - |
| XYZ | 29.28 | 34.43 | 9.66 | - |
| YUV | 151.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 62 | 0 | 0.01 | 0.62 | 0.36 | 59.41 | 0.45 | 0.44 |
| Hex | A4 | A3 | 3E | 0 | 1 | 3E | 24 | 3B | 2D | 2C |
| Octal | 244 | 243 | 76 | 0 | 1 | 76 | 44 | 73 | 55 | 54 |
| Binary | 10100100 | 10100011 | 111110 | 0 | 1 | 111110 | 100100 | 111011 | 101101 | 101100 |
Color Harmonies of #A4A33E
Complementary color
Monochromatic Colors of #A4A33E
Black with #A4A33E
Text Example
Text Example
White with #A4A33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A33E; }
p { color: rgb(164,163,62); }
H1.HeaderClassName
{
color: #A4A33E;
}
.AnyTagClassName
{
color: #A4A33E;
}
</style>
background-color css
<style>
a { background-color: #A4A33E; }
a { background-color: rgb(164,163,62); }
div.DivClassName
{
background-color: #A4A33E;
}
.BgClassName
{
background-color: #A4A33E;
}
</style>
border-color css
<style>
span { border-color: #A4A33E; }
span { border-color: rgb(164,163,62); }
td.TdClassName
{
border-color: #A4A33E;
}
.TagClassName
{
border-color: #A4A33E;
}
</style>