Shades of Brass #A69D3E
Tints of Brass #A69D3E
RGB
CMYK
RGB Variations
Color information
#A69D3E (or 0xA69D3E) is known color: Brass. HEX triplet: A6, 9D and 3E. RGB value is (166,157,62). Sum of RGB (Red+Green+Blue) = 166+157+62=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69D3E is #5962C1. Grayscale: #959595. Windows color (decimal): -5857986 or 4103590. OLE color: 4103590.
HSL color Cylindrical-coordinate representation of color #A69D3E: hue angle of 54.81º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A69D3E is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 157 | 62 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.35 |
| HSL | 54.81º | 0.46% | 0.45% | - |
| HSV(B) | 54.81º | 0.63% | 0.65% | - |
| XYZ | 28.65 | 32.57 | 9.33 | - |
| YUV | 148.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 62 | 0 | 0.05 | 0.63 | 0.35 | 54.81 | 0.46 | 0.45 |
| Hex | A6 | 9D | 3E | 0 | 5 | 3F | 23 | 37 | 2E | 2D |
| Octal | 246 | 235 | 76 | 0 | 5 | 77 | 43 | 67 | 56 | 55 |
| Binary | 10100110 | 10011101 | 111110 | 0 | 101 | 111111 | 100011 | 110111 | 101110 | 101101 |
Color Harmonies of #A69D3E
Complementary color
Monochromatic Colors of #A69D3E
Black with #A69D3E
Text Example
Text Example
White with #A69D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69D3E; }
p { color: rgb(166,157,62); }
H1.HeaderClassName
{
color: #A69D3E;
}
.AnyTagClassName
{
color: #A69D3E;
}
</style>
background-color css
<style>
a { background-color: #A69D3E; }
a { background-color: rgb(166,157,62); }
div.DivClassName
{
background-color: #A69D3E;
}
.BgClassName
{
background-color: #A69D3E;
}
</style>
border-color css
<style>
span { border-color: #A69D3E; }
span { border-color: rgb(166,157,62); }
td.TdClassName
{
border-color: #A69D3E;
}
.TagClassName
{
border-color: #A69D3E;
}
</style>