Shades of Golden Brown #A66504
Tints of Golden Brown #A66504
RGB
CMYK
RGB Variations
Color information
#A66504 (or 0xA66504) is known color: Golden Brown. HEX triplet: A6, 65 and 04. RGB value is (166,101,4). Sum of RGB (Red+Green+Blue) = 166+101+4=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A66504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66504 is #599AFB. Grayscale: #6D6D6D. Windows color (decimal): -5872380 or 288166. OLE color: 288166.
HSL color Cylindrical-coordinate representation of color #A66504: hue angle of 35.93º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A66504 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.35 |
| HSL | 35.93º | 0.95% | 0.33% | - |
| HSV(B) | 35.93º | 0.98% | 0.65% | - |
| XYZ | 20.4 | 17.42 | 2.4 | - |
| YUV | 109.38 | 68.53 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 4 | 0 | 0.39 | 0.98 | 0.35 | 35.93 | 0.95 | 0.33 |
| Hex | A6 | 65 | 4 | 0 | 27 | 62 | 23 | 24 | 5F | 21 |
| Octal | 246 | 145 | 4 | 0 | 47 | 142 | 43 | 44 | 137 | 41 |
| Binary | 10100110 | 1100101 | 100 | 0 | 100111 | 1100010 | 100011 | 100100 | 1011111 | 100001 |
Color Harmonies of #A66504
Complementary color
Monochromatic Colors of #A66504
Black with #A66504
Text Example
Text Example
White with #A66504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66504; }
p { color: rgb(166,101,4); }
H1.HeaderClassName
{
color: #A66504;
}
.AnyTagClassName
{
color: #A66504;
}
</style>
background-color css
<style>
a { background-color: #A66504; }
a { background-color: rgb(166,101,4); }
div.DivClassName
{
background-color: #A66504;
}
.BgClassName
{
background-color: #A66504;
}
</style>
border-color css
<style>
span { border-color: #A66504; }
span { border-color: rgb(166,101,4); }
td.TdClassName
{
border-color: #A66504;
}
.TagClassName
{
border-color: #A66504;
}
</style>