Shades of Brass #A8A939
Tints of Brass #A8A939
RGB
CMYK
RGB Variations
Color information
#A8A939 (or 0xA8A939) is known color: Brass. HEX triplet: A8, A9 and 39. RGB value is (168,169,57). Sum of RGB (Red+Green+Blue) = 168+169+57=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A939 is #5756C6. Grayscale: #9C9C9C. Windows color (decimal): -5723847 or 3778984. OLE color: 3778984.
HSL color Cylindrical-coordinate representation of color #A8A939: hue angle of 60.54º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8A939 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 57 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.34 |
| HSL | 60.54º | 0.5% | 0.44% | - |
| HSV(B) | 60.54º | 0.66% | 0.66% | - |
| XYZ | 31.07 | 37 | 9.37 | - |
| YUV | 155.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 57 | 0.01 | 0 | 0.66 | 0.34 | 60.54 | 0.5 | 0.44 |
| Hex | A8 | A9 | 39 | 1 | 0 | 42 | 22 | 3D | 32 | 2C |
| Octal | 250 | 251 | 71 | 1 | 0 | 102 | 42 | 75 | 62 | 54 |
| Binary | 10101000 | 10101001 | 111001 | 1 | 0 | 1000010 | 100010 | 111101 | 110010 | 101100 |
Color Harmonies of #A8A939
Complementary color
Monochromatic Colors of #A8A939
Black with #A8A939
Text Example
Text Example
White with #A8A939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A939; }
p { color: rgb(168,169,57); }
H1.HeaderClassName
{
color: #A8A939;
}
.AnyTagClassName
{
color: #A8A939;
}
</style>
background-color css
<style>
a { background-color: #A8A939; }
a { background-color: rgb(168,169,57); }
div.DivClassName
{
background-color: #A8A939;
}
.BgClassName
{
background-color: #A8A939;
}
</style>
border-color css
<style>
span { border-color: #A8A939; }
span { border-color: rgb(168,169,57); }
td.TdClassName
{
border-color: #A8A939;
}
.TagClassName
{
border-color: #A8A939;
}
</style>