Shades of Golden Brown #A65C17
Tints of Golden Brown #A65C17
RGB
CMYK
RGB Variations
Color information
#A65C17 (or 0xA65C17) is known color: Golden Brown. HEX triplet: A6, 5C and 17. RGB value is (166,92,23). Sum of RGB (Red+Green+Blue) = 166+92+23=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65C17 is #59A3E8. Grayscale: #6A6A6A. Windows color (decimal): -5874665 or 1531046. OLE color: 1531046.
HSL color Cylindrical-coordinate representation of color #A65C17: hue angle of 28.95º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A65C17 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 23 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.35 |
| HSL | 28.95º | 0.76% | 0.37% | - |
| HSV(B) | 28.95º | 0.86% | 0.65% | - |
| XYZ | 19.71 | 15.82 | 2.83 | - |
| YUV | 106.26 | 81.02 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 23 | 0 | 0.45 | 0.86 | 0.35 | 28.95 | 0.76 | 0.37 |
| Hex | A6 | 5C | 17 | 0 | 2D | 56 | 23 | 1D | 4C | 25 |
| Octal | 246 | 134 | 27 | 0 | 55 | 126 | 43 | 35 | 114 | 45 |
| Binary | 10100110 | 1011100 | 10111 | 0 | 101101 | 1010110 | 100011 | 11101 | 1001100 | 100101 |
Color Harmonies of #A65C17
Complementary color
Monochromatic Colors of #A65C17
Black with #A65C17
Text Example
Text Example
White with #A65C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C17; }
p { color: rgb(166,92,23); }
H1.HeaderClassName
{
color: #A65C17;
}
.AnyTagClassName
{
color: #A65C17;
}
</style>
background-color css
<style>
a { background-color: #A65C17; }
a { background-color: rgb(166,92,23); }
div.DivClassName
{
background-color: #A65C17;
}
.BgClassName
{
background-color: #A65C17;
}
</style>
border-color css
<style>
span { border-color: #A65C17; }
span { border-color: rgb(166,92,23); }
td.TdClassName
{
border-color: #A65C17;
}
.TagClassName
{
border-color: #A65C17;
}
</style>