Shades of Golden Brown #A75600
Tints of Golden Brown #A75600
RGB
CMYK
RGB Variations
Color information
#A75600 (or 0xA75600) is known color: Golden Brown. HEX triplet: A7, 56 and 00. RGB value is (167,86,0). Sum of RGB (Red+Green+Blue) = 167+86+0=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A75600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75600 is #58A9FF. Grayscale: #646464. Windows color (decimal): -5810688 or 22183. OLE color: 22183.
HSL color Cylindrical-coordinate representation of color #A75600: hue angle of 30.9º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A75600 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 86 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.35 |
| HSL | 30.9º | 1% | 0.33% | - |
| HSV(B) | 30.9º | 1% | 0.65% | - |
| XYZ | 19.26 | 14.87 | 1.86 | - |
| YUV | 100.42 | 71.34 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 0 | 0 | 0.49 | 1 | 0.35 | 30.9 | 1 | 0.33 |
| Hex | A7 | 56 | 0 | 0 | 31 | 64 | 23 | 1F | 64 | 21 |
| Octal | 247 | 126 | 0 | 0 | 61 | 144 | 43 | 37 | 144 | 41 |
| Binary | 10100111 | 1010110 | 0 | 0 | 110001 | 1100100 | 100011 | 11111 | 1100100 | 100001 |
Color Harmonies of #A75600
Complementary color
Monochromatic Colors of #A75600
Black with #A75600
Text Example
Text Example
White with #A75600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75600; }
p { color: rgb(167,86,0); }
H1.HeaderClassName
{
color: #A75600;
}
.AnyTagClassName
{
color: #A75600;
}
</style>
background-color css
<style>
a { background-color: #A75600; }
a { background-color: rgb(167,86,0); }
div.DivClassName
{
background-color: #A75600;
}
.BgClassName
{
background-color: #A75600;
}
</style>
border-color css
<style>
span { border-color: #A75600; }
span { border-color: rgb(167,86,0); }
td.TdClassName
{
border-color: #A75600;
}
.TagClassName
{
border-color: #A75600;
}
</style>