Shades of Golden Brown #A66518
Tints of Golden Brown #A66518
RGB
CMYK
RGB Variations
Color information
#A66518 (or 0xA66518) is known color: Golden Brown. HEX triplet: A6, 65 and 18. RGB value is (166,101,24). Sum of RGB (Red+Green+Blue) = 166+101+24=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A66518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66518 is #599AE7. Grayscale: #707070. Windows color (decimal): -5872360 or 1598886. OLE color: 1598886.
HSL color Cylindrical-coordinate representation of color #A66518: hue angle of 32.54º degrees, saturation: 0.75, 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 #A66518 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 24 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.35 |
| HSL | 32.54º | 0.75% | 0.37% | - |
| HSV(B) | 32.54º | 0.86% | 0.65% | - |
| XYZ | 20.54 | 17.48 | 3.16 | - |
| YUV | 111.66 | 78.53 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 24 | 0 | 0.39 | 0.86 | 0.35 | 32.54 | 0.75 | 0.37 |
| Hex | A6 | 65 | 18 | 0 | 27 | 56 | 23 | 21 | 4B | 25 |
| Octal | 246 | 145 | 30 | 0 | 47 | 126 | 43 | 41 | 113 | 45 |
| Binary | 10100110 | 1100101 | 11000 | 0 | 100111 | 1010110 | 100011 | 100001 | 1001011 | 100101 |
Color Harmonies of #A66518
Complementary color
Monochromatic Colors of #A66518
Black with #A66518
Text Example
Text Example
White with #A66518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66518; }
p { color: rgb(166,101,24); }
H1.HeaderClassName
{
color: #A66518;
}
.AnyTagClassName
{
color: #A66518;
}
</style>
background-color css
<style>
a { background-color: #A66518; }
a { background-color: rgb(166,101,24); }
div.DivClassName
{
background-color: #A66518;
}
.BgClassName
{
background-color: #A66518;
}
</style>
border-color css
<style>
span { border-color: #A66518; }
span { border-color: rgb(166,101,24); }
td.TdClassName
{
border-color: #A66518;
}
.TagClassName
{
border-color: #A66518;
}
</style>