Shades of Brass #A69D3A
Tints of Brass #A69D3A
RGB
CMYK
RGB Variations
Color information
#A69D3A (or 0xA69D3A) is known color: Brass. HEX triplet: A6, 9D and 3A. RGB value is (166,157,58). Sum of RGB (Red+Green+Blue) = 166+157+58=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69D3A is #5962C5. Grayscale: #949494. Windows color (decimal): -5857990 or 3841446. OLE color: 3841446.
HSL color Cylindrical-coordinate representation of color #A69D3A: hue angle of 55º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A69D3A is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 157 | 58 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.35 |
| HSL | 55º | 0.48% | 0.44% | - |
| HSV(B) | 55º | 0.65% | 0.65% | - |
| XYZ | 28.55 | 32.53 | 8.78 | - |
| YUV | 148.41 | 76.98 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 58 | 0 | 0.05 | 0.65 | 0.35 | 55 | 0.48 | 0.44 |
| Hex | A6 | 9D | 3A | 0 | 5 | 41 | 23 | 37 | 30 | 2C |
| Octal | 246 | 235 | 72 | 0 | 5 | 101 | 43 | 67 | 60 | 54 |
| Binary | 10100110 | 10011101 | 111010 | 0 | 101 | 1000001 | 100011 | 110111 | 110000 | 101100 |
Color Harmonies of #A69D3A
Complementary color
Monochromatic Colors of #A69D3A
Black with #A69D3A
Text Example
Text Example
White with #A69D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69D3A; }
p { color: rgb(166,157,58); }
H1.HeaderClassName
{
color: #A69D3A;
}
.AnyTagClassName
{
color: #A69D3A;
}
</style>
background-color css
<style>
a { background-color: #A69D3A; }
a { background-color: rgb(166,157,58); }
div.DivClassName
{
background-color: #A69D3A;
}
.BgClassName
{
background-color: #A69D3A;
}
</style>
border-color css
<style>
span { border-color: #A69D3A; }
span { border-color: rgb(166,157,58); }
td.TdClassName
{
border-color: #A69D3A;
}
.TagClassName
{
border-color: #A69D3A;
}
</style>