Shades of Golden Brown #A65804
Tints of Golden Brown #A65804
RGB
CMYK
RGB Variations
Color information
#A65804 (or 0xA65804) is known color: Golden Brown. HEX triplet: A6, 58 and 04. RGB value is (166,88,4). Sum of RGB (Red+Green+Blue) = 166+88+4=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A65804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65804 is #59A7FB. Grayscale: #666666. Windows color (decimal): -5875708 or 284838. OLE color: 284838.
HSL color Cylindrical-coordinate representation of color #A65804: hue angle of 31.11º 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 #A65804 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 4 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.35 |
| HSL | 31.11º | 0.95% | 0.33% | - |
| HSV(B) | 31.11º | 0.98% | 0.65% | - |
| XYZ | 19.24 | 15.1 | 2.01 | - |
| YUV | 101.75 | 72.84 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 4 | 0 | 0.47 | 0.98 | 0.35 | 31.11 | 0.95 | 0.33 |
| Hex | A6 | 58 | 4 | 0 | 2F | 62 | 23 | 1F | 5F | 21 |
| Octal | 246 | 130 | 4 | 0 | 57 | 142 | 43 | 37 | 137 | 41 |
| Binary | 10100110 | 1011000 | 100 | 0 | 101111 | 1100010 | 100011 | 11111 | 1011111 | 100001 |
Color Harmonies of #A65804
Complementary color
Monochromatic Colors of #A65804
Black with #A65804
Text Example
Text Example
White with #A65804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65804; }
p { color: rgb(166,88,4); }
H1.HeaderClassName
{
color: #A65804;
}
.AnyTagClassName
{
color: #A65804;
}
</style>
background-color css
<style>
a { background-color: #A65804; }
a { background-color: rgb(166,88,4); }
div.DivClassName
{
background-color: #A65804;
}
.BgClassName
{
background-color: #A65804;
}
</style>
border-color css
<style>
span { border-color: #A65804; }
span { border-color: rgb(166,88,4); }
td.TdClassName
{
border-color: #A65804;
}
.TagClassName
{
border-color: #A65804;
}
</style>