Shades of Golden Brown #A76102
Tints of Golden Brown #A76102
RGB
CMYK
RGB Variations
Color information
#A76102 (or 0xA76102) is known color: Golden Brown. HEX triplet: A7, 61 and 02. RGB value is (167,97,2). Sum of RGB (Red+Green+Blue) = 167+97+2=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A76102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76102 is #589EFD. Grayscale: #6B6B6B. Windows color (decimal): -5807870 or 156071. OLE color: 156071.
HSL color Cylindrical-coordinate representation of color #A76102: hue angle of 34.55º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A76102 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 97 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.35 |
| HSL | 34.55º | 0.98% | 0.33% | - |
| HSV(B) | 34.55º | 0.99% | 0.65% | - |
| XYZ | 20.22 | 16.77 | 2.23 | - |
| YUV | 107.1 | 68.69 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 97 | 2 | 0 | 0.42 | 0.99 | 0.35 | 34.55 | 0.98 | 0.33 |
| Hex | A7 | 61 | 2 | 0 | 2A | 63 | 23 | 23 | 62 | 21 |
| Octal | 247 | 141 | 2 | 0 | 52 | 143 | 43 | 43 | 142 | 41 |
| Binary | 10100111 | 1100001 | 10 | 0 | 101010 | 1100011 | 100011 | 100011 | 1100010 | 100001 |
Color Harmonies of #A76102
Complementary color
Monochromatic Colors of #A76102
Black with #A76102
Text Example
Text Example
White with #A76102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76102; }
p { color: rgb(167,97,2); }
H1.HeaderClassName
{
color: #A76102;
}
.AnyTagClassName
{
color: #A76102;
}
</style>
background-color css
<style>
a { background-color: #A76102; }
a { background-color: rgb(167,97,2); }
div.DivClassName
{
background-color: #A76102;
}
.BgClassName
{
background-color: #A76102;
}
</style>
border-color css
<style>
span { border-color: #A76102; }
span { border-color: rgb(167,97,2); }
td.TdClassName
{
border-color: #A76102;
}
.TagClassName
{
border-color: #A76102;
}
</style>