Shades of Brass #A7A238
Tints of Brass #A7A238
RGB
CMYK
RGB Variations
Color information
#A7A238 (or 0xA7A238) is known color: Brass. HEX triplet: A7, A2 and 38. RGB value is (167,162,56). Sum of RGB (Red+Green+Blue) = 167+162+56=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A238 is #585DC7. Grayscale: #979797. Windows color (decimal): -5791176 or 3711655. OLE color: 3711655.
HSL color Cylindrical-coordinate representation of color #A7A238: hue angle of 57.3º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7A238 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 162 | 56 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.35 |
| HSL | 57.3º | 0.5% | 0.44% | - |
| HSV(B) | 57.3º | 0.66% | 0.65% | - |
| XYZ | 29.57 | 34.34 | 8.81 | - |
| YUV | 151.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 162 | 56 | 0 | 0.03 | 0.66 | 0.35 | 57.3 | 0.5 | 0.44 |
| Hex | A7 | A2 | 38 | 0 | 3 | 42 | 23 | 39 | 32 | 2C |
| Octal | 247 | 242 | 70 | 0 | 3 | 102 | 43 | 71 | 62 | 54 |
| Binary | 10100111 | 10100010 | 111000 | 0 | 11 | 1000010 | 100011 | 111001 | 110010 | 101100 |
Color Harmonies of #A7A238
Complementary color
Monochromatic Colors of #A7A238
Black with #A7A238
Text Example
Text Example
White with #A7A238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A238; }
p { color: rgb(167,162,56); }
H1.HeaderClassName
{
color: #A7A238;
}
.AnyTagClassName
{
color: #A7A238;
}
</style>
background-color css
<style>
a { background-color: #A7A238; }
a { background-color: rgb(167,162,56); }
div.DivClassName
{
background-color: #A7A238;
}
.BgClassName
{
background-color: #A7A238;
}
</style>
border-color css
<style>
span { border-color: #A7A238; }
span { border-color: rgb(167,162,56); }
td.TdClassName
{
border-color: #A7A238;
}
.TagClassName
{
border-color: #A7A238;
}
</style>