Shades of Golden Brown #A7630E
Tints of Golden Brown #A7630E
RGB
CMYK
RGB Variations
Color information
#A7630E (or 0xA7630E) is known color: Golden Brown. HEX triplet: A7, 63 and 0E. RGB value is (167,99,14). Sum of RGB (Red+Green+Blue) = 167+99+14=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A7630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7630E is #589CF1. Grayscale: #6E6E6E. Windows color (decimal): -5807346 or 943015. OLE color: 943015.
HSL color Cylindrical-coordinate representation of color #A7630E: hue angle of 33.33º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7630E is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 99 | 14 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.35 |
| HSL | 33.33º | 0.85% | 0.35% | - |
| HSV(B) | 33.33º | 0.92% | 0.65% | - |
| XYZ | 20.48 | 17.17 | 2.65 | - |
| YUV | 109.64 | 74.03 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 14 | 0 | 0.41 | 0.92 | 0.35 | 33.33 | 0.85 | 0.35 |
| Hex | A7 | 63 | E | 0 | 29 | 5C | 23 | 21 | 55 | 23 |
| Octal | 247 | 143 | 16 | 0 | 51 | 134 | 43 | 41 | 125 | 43 |
| Binary | 10100111 | 1100011 | 1110 | 0 | 101001 | 1011100 | 100011 | 100001 | 1010101 | 100011 |
Color Harmonies of #A7630E
Complementary color
Monochromatic Colors of #A7630E
Black with #A7630E
Text Example
Text Example
White with #A7630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7630E; }
p { color: rgb(167,99,14); }
H1.HeaderClassName
{
color: #A7630E;
}
.AnyTagClassName
{
color: #A7630E;
}
</style>
background-color css
<style>
a { background-color: #A7630E; }
a { background-color: rgb(167,99,14); }
div.DivClassName
{
background-color: #A7630E;
}
.BgClassName
{
background-color: #A7630E;
}
</style>
border-color css
<style>
span { border-color: #A7630E; }
span { border-color: rgb(167,99,14); }
td.TdClassName
{
border-color: #A7630E;
}
.TagClassName
{
border-color: #A7630E;
}
</style>