Shades of Golden Brown #A4630D
Tints of Golden Brown #A4630D
RGB
CMYK
RGB Variations
Color information
#A4630D (or 0xA4630D) is known color: Golden Brown. HEX triplet: A4, 63 and 0D. RGB value is (164,99,13). Sum of RGB (Red+Green+Blue) = 164+99+13=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A4630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4630D is #5B9CF2. Grayscale: #6D6D6D. Windows color (decimal): -6003955 or 877476. OLE color: 877476.
HSL color Cylindrical-coordinate representation of color #A4630D: hue angle of 34.17º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4630D is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 13 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.36 |
| HSL | 34.17º | 0.85% | 0.35% | - |
| HSV(B) | 34.17º | 0.92% | 0.64% | - |
| XYZ | 19.84 | 16.85 | 2.59 | - |
| YUV | 108.63 | 74.03 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 13 | 0 | 0.40 | 0.92 | 0.36 | 34.17 | 0.85 | 0.35 |
| Hex | A4 | 63 | D | 0 | 28 | 5C | 24 | 22 | 55 | 23 |
| Octal | 244 | 143 | 15 | 0 | 50 | 134 | 44 | 42 | 125 | 43 |
| Binary | 10100100 | 1100011 | 1101 | 0 | 101000 | 1011100 | 100100 | 100010 | 1010101 | 100011 |
Color Harmonies of #A4630D
Complementary color
Monochromatic Colors of #A4630D
Black with #A4630D
Text Example
Text Example
White with #A4630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4630D; }
p { color: rgb(164,99,13); }
H1.HeaderClassName
{
color: #A4630D;
}
.AnyTagClassName
{
color: #A4630D;
}
</style>
background-color css
<style>
a { background-color: #A4630D; }
a { background-color: rgb(164,99,13); }
div.DivClassName
{
background-color: #A4630D;
}
.BgClassName
{
background-color: #A4630D;
}
</style>
border-color css
<style>
span { border-color: #A4630D; }
span { border-color: rgb(164,99,13); }
td.TdClassName
{
border-color: #A4630D;
}
.TagClassName
{
border-color: #A4630D;
}
</style>