Shades of Golden Brown #A7640C
Tints of Golden Brown #A7640C
RGB
CMYK
RGB Variations
Color information
#A7640C (or 0xA7640C) is known color: Golden Brown. HEX triplet: A7, 64 and 0C. RGB value is (167,100,12). Sum of RGB (Red+Green+Blue) = 167+100+12=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A7640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7640C is #589BF3. Grayscale: #6E6E6E. Windows color (decimal): -5807092 or 812199. OLE color: 812199.
HSL color Cylindrical-coordinate representation of color #A7640C: hue angle of 34.06º 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 #A7640C is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 100 | 12 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.35 |
| HSL | 34.06º | 0.87% | 0.35% | - |
| HSV(B) | 34.06º | 0.93% | 0.65% | - |
| XYZ | 20.56 | 17.36 | 2.61 | - |
| YUV | 110 | 72.7 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 100 | 12 | 0 | 0.40 | 0.93 | 0.35 | 34.06 | 0.87 | 0.35 |
| Hex | A7 | 64 | C | 0 | 28 | 5D | 23 | 22 | 57 | 23 |
| Octal | 247 | 144 | 14 | 0 | 50 | 135 | 43 | 42 | 127 | 43 |
| Binary | 10100111 | 1100100 | 1100 | 0 | 101000 | 1011101 | 100011 | 100010 | 1010111 | 100011 |
Color Harmonies of #A7640C
Complementary color
Monochromatic Colors of #A7640C
Black with #A7640C
Text Example
Text Example
White with #A7640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7640C; }
p { color: rgb(167,100,12); }
H1.HeaderClassName
{
color: #A7640C;
}
.AnyTagClassName
{
color: #A7640C;
}
</style>
background-color css
<style>
a { background-color: #A7640C; }
a { background-color: rgb(167,100,12); }
div.DivClassName
{
background-color: #A7640C;
}
.BgClassName
{
background-color: #A7640C;
}
</style>
border-color css
<style>
span { border-color: #A7640C; }
span { border-color: rgb(167,100,12); }
td.TdClassName
{
border-color: #A7640C;
}
.TagClassName
{
border-color: #A7640C;
}
</style>