Shades of Golden Brown #A65507
Tints of Golden Brown #A65507
RGB
CMYK
RGB Variations
Color information
#A65507 (or 0xA65507) is known color: Golden Brown. HEX triplet: A6, 55 and 07. RGB value is (166,85,7). Sum of RGB (Red+Green+Blue) = 166+85+7=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A65507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65507 is #59AAF8. Grayscale: #646464. Windows color (decimal): -5876473 or 480678. OLE color: 480678.
HSL color Cylindrical-coordinate representation of color #A65507: hue angle of 29.43º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A65507 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 7 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.35 |
| HSL | 29.43º | 0.92% | 0.34% | - |
| HSV(B) | 29.43º | 0.96% | 0.65% | - |
| XYZ | 19.01 | 14.62 | 2.02 | - |
| YUV | 100.33 | 75.34 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 7 | 0 | 0.49 | 0.96 | 0.35 | 29.43 | 0.92 | 0.34 |
| Hex | A6 | 55 | 7 | 0 | 31 | 60 | 23 | 1D | 5C | 22 |
| Octal | 246 | 125 | 7 | 0 | 61 | 140 | 43 | 35 | 134 | 42 |
| Binary | 10100110 | 1010101 | 111 | 0 | 110001 | 1100000 | 100011 | 11101 | 1011100 | 100010 |
Color Harmonies of #A65507
Complementary color
Monochromatic Colors of #A65507
Black with #A65507
Text Example
Text Example
White with #A65507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65507; }
p { color: rgb(166,85,7); }
H1.HeaderClassName
{
color: #A65507;
}
.AnyTagClassName
{
color: #A65507;
}
</style>
background-color css
<style>
a { background-color: #A65507; }
a { background-color: rgb(166,85,7); }
div.DivClassName
{
background-color: #A65507;
}
.BgClassName
{
background-color: #A65507;
}
</style>
border-color css
<style>
span { border-color: #A65507; }
span { border-color: rgb(166,85,7); }
td.TdClassName
{
border-color: #A65507;
}
.TagClassName
{
border-color: #A65507;
}
</style>