Shades of Brass #A99D38
Tints of Brass #A99D38
RGB
CMYK
RGB Variations
Color information
#A99D38 (or 0xA99D38) is known color: Brass. HEX triplet: A9, 9D and 38. RGB value is (169,157,56). Sum of RGB (Red+Green+Blue) = 169+157+56=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D38 is #5662C7. Grayscale: #959595. Windows color (decimal): -5661384 or 3710377. OLE color: 3710377.
HSL color Cylindrical-coordinate representation of color #A99D38: hue angle of 53.63º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A99D38 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 56 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.34 |
| HSL | 53.63º | 0.5% | 0.44% | - |
| HSV(B) | 53.63º | 0.67% | 0.66% | - |
| XYZ | 29.13 | 32.83 | 8.54 | - |
| YUV | 149.07 | 75.48 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 56 | 0 | 0.07 | 0.67 | 0.34 | 53.63 | 0.5 | 0.44 |
| Hex | A9 | 9D | 38 | 0 | 7 | 43 | 22 | 36 | 32 | 2C |
| Octal | 251 | 235 | 70 | 0 | 7 | 103 | 42 | 66 | 62 | 54 |
| Binary | 10101001 | 10011101 | 111000 | 0 | 111 | 1000011 | 100010 | 110110 | 110010 | 101100 |
Color Harmonies of #A99D38
Complementary color
Monochromatic Colors of #A99D38
Black with #A99D38
Text Example
Text Example
White with #A99D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D38; }
p { color: rgb(169,157,56); }
H1.HeaderClassName
{
color: #A99D38;
}
.AnyTagClassName
{
color: #A99D38;
}
</style>
background-color css
<style>
a { background-color: #A99D38; }
a { background-color: rgb(169,157,56); }
div.DivClassName
{
background-color: #A99D38;
}
.BgClassName
{
background-color: #A99D38;
}
</style>
border-color css
<style>
span { border-color: #A99D38; }
span { border-color: rgb(169,157,56); }
td.TdClassName
{
border-color: #A99D38;
}
.TagClassName
{
border-color: #A99D38;
}
</style>