Shades of Golden Brown #A76903
Tints of Golden Brown #A76903
RGB
CMYK
RGB Variations
Color information
#A76903 (or 0xA76903) is known color: Golden Brown. HEX triplet: A7, 69 and 03. RGB value is (167,105,3). Sum of RGB (Red+Green+Blue) = 167+105+3=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A76903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76903 is #5896FC. Grayscale: #707070. Windows color (decimal): -5805821 or 223655. OLE color: 223655.
HSL color Cylindrical-coordinate representation of color #A76903: hue angle of 37.32º degrees, saturation: 0.96, 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 #A76903 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 105 | 3 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.35 |
| HSL | 37.32º | 0.96% | 0.33% | - |
| HSV(B) | 37.32º | 0.98% | 0.65% | - |
| XYZ | 21 | 18.33 | 2.52 | - |
| YUV | 111.91 | 66.54 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 3 | 0 | 0.37 | 0.98 | 0.35 | 37.32 | 0.96 | 0.33 |
| Hex | A7 | 69 | 3 | 0 | 25 | 62 | 23 | 25 | 60 | 21 |
| Octal | 247 | 151 | 3 | 0 | 45 | 142 | 43 | 45 | 140 | 41 |
| Binary | 10100111 | 1101001 | 11 | 0 | 100101 | 1100010 | 100011 | 100101 | 1100000 | 100001 |
Color Harmonies of #A76903
Complementary color
Monochromatic Colors of #A76903
Black with #A76903
Text Example
Text Example
White with #A76903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76903; }
p { color: rgb(167,105,3); }
H1.HeaderClassName
{
color: #A76903;
}
.AnyTagClassName
{
color: #A76903;
}
</style>
background-color css
<style>
a { background-color: #A76903; }
a { background-color: rgb(167,105,3); }
div.DivClassName
{
background-color: #A76903;
}
.BgClassName
{
background-color: #A76903;
}
</style>
border-color css
<style>
span { border-color: #A76903; }
span { border-color: rgb(167,105,3); }
td.TdClassName
{
border-color: #A76903;
}
.TagClassName
{
border-color: #A76903;
}
</style>