Shades of Brass #A99D3D
Tints of Brass #A99D3D
RGB
CMYK
RGB Variations
Color information
#A99D3D (or 0xA99D3D) is known color: Brass. HEX triplet: A9, 9D and 3D. RGB value is (169,157,61). Sum of RGB (Red+Green+Blue) = 169+157+61=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D3D is #5662C2. Grayscale: #969696. Windows color (decimal): -5661379 or 4038057. OLE color: 4038057.
HSL color Cylindrical-coordinate representation of color #A99D3D: hue angle of 53.33º degrees, saturation: 0.47, 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 #A99D3D is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 61 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.34 |
| HSL | 53.33º | 0.47% | 0.45% | - |
| HSV(B) | 53.33º | 0.64% | 0.66% | - |
| XYZ | 29.26 | 32.89 | 9.22 | - |
| YUV | 149.64 | 77.98 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 61 | 0 | 0.07 | 0.64 | 0.34 | 53.33 | 0.47 | 0.45 |
| Hex | A9 | 9D | 3D | 0 | 7 | 40 | 22 | 35 | 2F | 2D |
| Octal | 251 | 235 | 75 | 0 | 7 | 100 | 42 | 65 | 57 | 55 |
| Binary | 10101001 | 10011101 | 111101 | 0 | 111 | 1000000 | 100010 | 110101 | 101111 | 101101 |
Color Harmonies of #A99D3D
Complementary color
Monochromatic Colors of #A99D3D
Black with #A99D3D
Text Example
Text Example
White with #A99D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D3D; }
p { color: rgb(169,157,61); }
H1.HeaderClassName
{
color: #A99D3D;
}
.AnyTagClassName
{
color: #A99D3D;
}
</style>
background-color css
<style>
a { background-color: #A99D3D; }
a { background-color: rgb(169,157,61); }
div.DivClassName
{
background-color: #A99D3D;
}
.BgClassName
{
background-color: #A99D3D;
}
</style>
border-color css
<style>
span { border-color: #A99D3D; }
span { border-color: rgb(169,157,61); }
td.TdClassName
{
border-color: #A99D3D;
}
.TagClassName
{
border-color: #A99D3D;
}
</style>