Shades of Golden Brown #A46807
Tints of Golden Brown #A46807
RGB
CMYK
RGB Variations
Color information
#A46807 (or 0xA46807) is known color: Golden Brown. HEX triplet: A4, 68 and 07. RGB value is (164,104,7). Sum of RGB (Red+Green+Blue) = 164+104+7=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A46807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46807 is #5B97F8. Grayscale: #6F6F6F. Windows color (decimal): -6002681 or 485540. OLE color: 485540.
HSL color Cylindrical-coordinate representation of color #A46807: hue angle of 37.07º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A46807 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 104 | 7 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.36 |
| HSL | 37.07º | 0.92% | 0.34% | - |
| HSV(B) | 37.07º | 0.96% | 0.64% | - |
| XYZ | 20.3 | 17.81 | 2.57 | - |
| YUV | 110.88 | 69.38 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 7 | 0 | 0.37 | 0.96 | 0.36 | 37.07 | 0.92 | 0.34 |
| Hex | A4 | 68 | 7 | 0 | 25 | 60 | 24 | 25 | 5C | 22 |
| Octal | 244 | 150 | 7 | 0 | 45 | 140 | 44 | 45 | 134 | 42 |
| Binary | 10100100 | 1101000 | 111 | 0 | 100101 | 1100000 | 100100 | 100101 | 1011100 | 100010 |
Color Harmonies of #A46807
Complementary color
Monochromatic Colors of #A46807
Black with #A46807
Text Example
Text Example
White with #A46807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46807; }
p { color: rgb(164,104,7); }
H1.HeaderClassName
{
color: #A46807;
}
.AnyTagClassName
{
color: #A46807;
}
</style>
background-color css
<style>
a { background-color: #A46807; }
a { background-color: rgb(164,104,7); }
div.DivClassName
{
background-color: #A46807;
}
.BgClassName
{
background-color: #A46807;
}
</style>
border-color css
<style>
span { border-color: #A46807; }
span { border-color: rgb(164,104,7); }
td.TdClassName
{
border-color: #A46807;
}
.TagClassName
{
border-color: #A46807;
}
</style>