Shades of Brass #A69B3E
Tints of Brass #A69B3E
RGB
CMYK
RGB Variations
Color information
#A69B3E (or 0xA69B3E) is known color: Brass. HEX triplet: A6, 9B and 3E. RGB value is (166,155,62). Sum of RGB (Red+Green+Blue) = 166+155+62=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69B3E is #5964C1. Grayscale: #949494. Windows color (decimal): -5858498 or 4103078. OLE color: 4103078.
HSL color Cylindrical-coordinate representation of color #A69B3E: hue angle of 53.65º 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 #A69B3E is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 155 | 62 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.35 |
| HSL | 53.65º | 0.46% | 0.45% | - |
| HSV(B) | 53.65º | 0.63% | 0.65% | - |
| XYZ | 28.32 | 31.9 | 9.22 | - |
| YUV | 147.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 62 | 0 | 0.07 | 0.63 | 0.35 | 53.65 | 0.46 | 0.45 |
| Hex | A6 | 9B | 3E | 0 | 7 | 3F | 23 | 36 | 2E | 2D |
| Octal | 246 | 233 | 76 | 0 | 7 | 77 | 43 | 66 | 56 | 55 |
| Binary | 10100110 | 10011011 | 111110 | 0 | 111 | 111111 | 100011 | 110110 | 101110 | 101101 |
Color Harmonies of #A69B3E
Complementary color
Monochromatic Colors of #A69B3E
Black with #A69B3E
Text Example
Text Example
White with #A69B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69B3E; }
p { color: rgb(166,155,62); }
H1.HeaderClassName
{
color: #A69B3E;
}
.AnyTagClassName
{
color: #A69B3E;
}
</style>
background-color css
<style>
a { background-color: #A69B3E; }
a { background-color: rgb(166,155,62); }
div.DivClassName
{
background-color: #A69B3E;
}
.BgClassName
{
background-color: #A69B3E;
}
</style>
border-color css
<style>
span { border-color: #A69B3E; }
span { border-color: rgb(166,155,62); }
td.TdClassName
{
border-color: #A69B3E;
}
.TagClassName
{
border-color: #A69B3E;
}
</style>