Shades of Golden Brown #A07603
Tints of Golden Brown #A07603
RGB
CMYK
RGB Variations
Color information
#A07603 (or 0xA07603) is known color: Golden Brown. HEX triplet: A0, 76 and 03. RGB value is (160,118,3). Sum of RGB (Red+Green+Blue) = 160+118+3=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A07603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07603 is #5F89FC. Grayscale: #757575. Windows color (decimal): -6261245 or 226976. OLE color: 226976.
HSL color Cylindrical-coordinate representation of color #A07603: hue angle of 43.95º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A07603 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 3 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.37 |
| HSL | 43.95º | 0.96% | 0.32% | - |
| HSV(B) | 43.95º | 0.98% | 0.63% | - |
| XYZ | 20.99 | 20.44 | 2.92 | - |
| YUV | 117.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 3 | 0 | 0.26 | 0.98 | 0.37 | 43.95 | 0.96 | 0.32 |
| Hex | A0 | 76 | 3 | 0 | 1A | 62 | 25 | 2C | 60 | 20 |
| Octal | 240 | 166 | 3 | 0 | 32 | 142 | 45 | 54 | 140 | 40 |
| Binary | 10100000 | 1110110 | 11 | 0 | 11010 | 1100010 | 100101 | 101100 | 1100000 | 100000 |
Color Harmonies of #A07603
Complementary color
Monochromatic Colors of #A07603
Black with #A07603
Text Example
Text Example
White with #A07603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07603; }
p { color: rgb(160,118,3); }
H1.HeaderClassName
{
color: #A07603;
}
.AnyTagClassName
{
color: #A07603;
}
</style>
background-color css
<style>
a { background-color: #A07603; }
a { background-color: rgb(160,118,3); }
div.DivClassName
{
background-color: #A07603;
}
.BgClassName
{
background-color: #A07603;
}
</style>
border-color css
<style>
span { border-color: #A07603; }
span { border-color: rgb(160,118,3); }
td.TdClassName
{
border-color: #A07603;
}
.TagClassName
{
border-color: #A07603;
}
</style>