Shades of Golden Brown #A66713
Tints of Golden Brown #A66713
RGB
CMYK
RGB Variations
Color information
#A66713 (or 0xA66713) is known color: Golden Brown. HEX triplet: A6, 67 and 13. RGB value is (166,103,19). Sum of RGB (Red+Green+Blue) = 166+103+19=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A66713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66713 is #5998EC. Grayscale: #707070. Windows color (decimal): -5871853 or 1271718. OLE color: 1271718.
HSL color Cylindrical-coordinate representation of color #A66713: hue angle of 34.29º 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 #A66713 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 19 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.35 |
| HSL | 34.29º | 0.79% | 0.36% | - |
| HSV(B) | 34.29º | 0.89% | 0.65% | - |
| XYZ | 20.69 | 17.85 | 2.97 | - |
| YUV | 112.26 | 75.37 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 19 | 0 | 0.38 | 0.89 | 0.35 | 34.29 | 0.79 | 0.36 |
| Hex | A6 | 67 | 13 | 0 | 26 | 59 | 23 | 22 | 4F | 24 |
| Octal | 246 | 147 | 23 | 0 | 46 | 131 | 43 | 42 | 117 | 44 |
| Binary | 10100110 | 1100111 | 10011 | 0 | 100110 | 1011001 | 100011 | 100010 | 1001111 | 100100 |
Color Harmonies of #A66713
Complementary color
Monochromatic Colors of #A66713
Black with #A66713
Text Example
Text Example
White with #A66713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66713; }
p { color: rgb(166,103,19); }
H1.HeaderClassName
{
color: #A66713;
}
.AnyTagClassName
{
color: #A66713;
}
</style>
background-color css
<style>
a { background-color: #A66713; }
a { background-color: rgb(166,103,19); }
div.DivClassName
{
background-color: #A66713;
}
.BgClassName
{
background-color: #A66713;
}
</style>
border-color css
<style>
span { border-color: #A66713; }
span { border-color: rgb(166,103,19); }
td.TdClassName
{
border-color: #A66713;
}
.TagClassName
{
border-color: #A66713;
}
</style>