Shades of Golden Brown #A66119
Tints of Golden Brown #A66119
RGB
CMYK
RGB Variations
Color information
#A66119 (or 0xA66119) is known color: Golden Brown. HEX triplet: A6, 61 and 19. RGB value is (166,97,25). Sum of RGB (Red+Green+Blue) = 166+97+25=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A66119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66119 is #599EE6. Grayscale: #6D6D6D. Windows color (decimal): -5873383 or 1663398. OLE color: 1663398.
HSL color Cylindrical-coordinate representation of color #A66119: hue angle of 30.64º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A66119 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 25 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.35 |
| HSL | 30.64º | 0.74% | 0.37% | - |
| HSV(B) | 30.64º | 0.85% | 0.65% | - |
| XYZ | 20.18 | 16.73 | 3.08 | - |
| YUV | 109.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 25 | 0 | 0.42 | 0.85 | 0.35 | 30.64 | 0.74 | 0.37 |
| Hex | A6 | 61 | 19 | 0 | 2A | 55 | 23 | 1F | 4A | 25 |
| Octal | 246 | 141 | 31 | 0 | 52 | 125 | 43 | 37 | 112 | 45 |
| Binary | 10100110 | 1100001 | 11001 | 0 | 101010 | 1010101 | 100011 | 11111 | 1001010 | 100101 |
Color Harmonies of #A66119
Complementary color
Monochromatic Colors of #A66119
Black with #A66119
Text Example
Text Example
White with #A66119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66119; }
p { color: rgb(166,97,25); }
H1.HeaderClassName
{
color: #A66119;
}
.AnyTagClassName
{
color: #A66119;
}
</style>
background-color css
<style>
a { background-color: #A66119; }
a { background-color: rgb(166,97,25); }
div.DivClassName
{
background-color: #A66119;
}
.BgClassName
{
background-color: #A66119;
}
</style>
border-color css
<style>
span { border-color: #A66119; }
span { border-color: rgb(166,97,25); }
td.TdClassName
{
border-color: #A66119;
}
.TagClassName
{
border-color: #A66119;
}
</style>