Shades of Golden Brown #A7620C
Tints of Golden Brown #A7620C
RGB
CMYK
RGB Variations
Color information
#A7620C (or 0xA7620C) is known color: Golden Brown. HEX triplet: A7, 62 and 0C. RGB value is (167,98,12). Sum of RGB (Red+Green+Blue) = 167+98+12=277 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.29% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 167 - color contains mainly: red. Hex color #A7620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7620C is #589DF3. Grayscale: #6D6D6D. Windows color (decimal): -5807604 or 811687. OLE color: 811687.
HSL color Cylindrical-coordinate representation of color #A7620C: hue angle of 33.29º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7620C is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 98 | 12 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.35 |
| HSL | 33.29º | 0.87% | 0.35% | - |
| HSV(B) | 33.29º | 0.93% | 0.65% | - |
| XYZ | 20.37 | 16.98 | 2.55 | - |
| YUV | 108.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 98 | 12 | 0 | 0.41 | 0.93 | 0.35 | 33.29 | 0.87 | 0.35 |
| Hex | A7 | 62 | C | 0 | 29 | 5D | 23 | 21 | 57 | 23 |
| Octal | 247 | 142 | 14 | 0 | 51 | 135 | 43 | 41 | 127 | 43 |
| Binary | 10100111 | 1100010 | 1100 | 0 | 101001 | 1011101 | 100011 | 100001 | 1010111 | 100011 |
Color Harmonies of #A7620C
Complementary color
Monochromatic Colors of #A7620C
Black with #A7620C
Text Example
Text Example
White with #A7620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7620C; }
p { color: rgb(167,98,12); }
H1.HeaderClassName
{
color: #A7620C;
}
.AnyTagClassName
{
color: #A7620C;
}
</style>
background-color css
<style>
a { background-color: #A7620C; }
a { background-color: rgb(167,98,12); }
div.DivClassName
{
background-color: #A7620C;
}
.BgClassName
{
background-color: #A7620C;
}
</style>
border-color css
<style>
span { border-color: #A7620C; }
span { border-color: rgb(167,98,12); }
td.TdClassName
{
border-color: #A7620C;
}
.TagClassName
{
border-color: #A7620C;
}
</style>