Shades of Brass #A99E3C
Tints of Brass #A99E3C
RGB
CMYK
RGB Variations
Color information
#A99E3C (or 0xA99E3C) is known color: Brass. HEX triplet: A9, 9E and 3C. RGB value is (169,158,60). Sum of RGB (Red+Green+Blue) = 169+158+60=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99E3C is #5661C3. Grayscale: #969696. Windows color (decimal): -5661124 or 3972777. OLE color: 3972777.
HSL color Cylindrical-coordinate representation of color #A99E3C: hue angle of 53.94º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A99E3C is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 60 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.34 |
| HSL | 53.94º | 0.48% | 0.45% | - |
| HSV(B) | 53.94º | 0.64% | 0.66% | - |
| XYZ | 29.4 | 33.21 | 9.14 | - |
| YUV | 150.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 60 | 0 | 0.07 | 0.64 | 0.34 | 53.94 | 0.48 | 0.45 |
| Hex | A9 | 9E | 3C | 0 | 7 | 40 | 22 | 36 | 30 | 2D |
| Octal | 251 | 236 | 74 | 0 | 7 | 100 | 42 | 66 | 60 | 55 |
| Binary | 10101001 | 10011110 | 111100 | 0 | 111 | 1000000 | 100010 | 110110 | 110000 | 101101 |
Color Harmonies of #A99E3C
Complementary color
Monochromatic Colors of #A99E3C
Black with #A99E3C
Text Example
Text Example
White with #A99E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E3C; }
p { color: rgb(169,158,60); }
H1.HeaderClassName
{
color: #A99E3C;
}
.AnyTagClassName
{
color: #A99E3C;
}
</style>
background-color css
<style>
a { background-color: #A99E3C; }
a { background-color: rgb(169,158,60); }
div.DivClassName
{
background-color: #A99E3C;
}
.BgClassName
{
background-color: #A99E3C;
}
</style>
border-color css
<style>
span { border-color: #A99E3C; }
span { border-color: rgb(169,158,60); }
td.TdClassName
{
border-color: #A99E3C;
}
.TagClassName
{
border-color: #A99E3C;
}
</style>