Shades of Golden Brown #A66B13
Tints of Golden Brown #A66B13
RGB
CMYK
RGB Variations
Color information
#A66B13 (or 0xA66B13) is known color: Golden Brown. HEX triplet: A6, 6B and 13. RGB value is (166,107,19). Sum of RGB (Red+Green+Blue) = 166+107+19=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66B13 is #5994EC. Grayscale: #737373. Windows color (decimal): -5870829 or 1272742. OLE color: 1272742.
HSL color Cylindrical-coordinate representation of color #A66B13: hue angle of 35.92º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A66B13 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 107 | 19 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.35 |
| HSL | 35.92º | 0.79% | 0.36% | - |
| HSV(B) | 35.92º | 0.89% | 0.65% | - |
| XYZ | 21.1 | 18.67 | 3.11 | - |
| YUV | 114.61 | 74.05 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 19 | 0 | 0.36 | 0.89 | 0.35 | 35.92 | 0.79 | 0.36 |
| Hex | A6 | 6B | 13 | 0 | 24 | 59 | 23 | 24 | 4F | 24 |
| Octal | 246 | 153 | 23 | 0 | 44 | 131 | 43 | 44 | 117 | 44 |
| Binary | 10100110 | 1101011 | 10011 | 0 | 100100 | 1011001 | 100011 | 100100 | 1001111 | 100100 |
Color Harmonies of #A66B13
Complementary color
Monochromatic Colors of #A66B13
Black with #A66B13
Text Example
Text Example
White with #A66B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66B13; }
p { color: rgb(166,107,19); }
H1.HeaderClassName
{
color: #A66B13;
}
.AnyTagClassName
{
color: #A66B13;
}
</style>
background-color css
<style>
a { background-color: #A66B13; }
a { background-color: rgb(166,107,19); }
div.DivClassName
{
background-color: #A66B13;
}
.BgClassName
{
background-color: #A66B13;
}
</style>
border-color css
<style>
span { border-color: #A66B13; }
span { border-color: rgb(166,107,19); }
td.TdClassName
{
border-color: #A66B13;
}
.TagClassName
{
border-color: #A66B13;
}
</style>