Shades of Golden Brown #A4710D
Tints of Golden Brown #A4710D
RGB
CMYK
RGB Variations
Color information
#A4710D (or 0xA4710D) is known color: Golden Brown. HEX triplet: A4, 71 and 0D. RGB value is (164,113,13). Sum of RGB (Red+Green+Blue) = 164+113+13=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4710D is #5B8EF2. Grayscale: #757575. Windows color (decimal): -6000371 or 881060. OLE color: 881060.
HSL color Cylindrical-coordinate representation of color #A4710D: hue angle of 39.74º 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 #A4710D is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 13 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.36 |
| HSL | 39.74º | 0.85% | 0.35% | - |
| HSV(B) | 39.74º | 0.92% | 0.64% | - |
| XYZ | 21.29 | 19.73 | 3.07 | - |
| YUV | 116.85 | 69.4 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 13 | 0 | 0.31 | 0.92 | 0.36 | 39.74 | 0.85 | 0.35 |
| Hex | A4 | 71 | D | 0 | 1F | 5C | 24 | 28 | 55 | 23 |
| Octal | 244 | 161 | 15 | 0 | 37 | 134 | 44 | 50 | 125 | 43 |
| Binary | 10100100 | 1110001 | 1101 | 0 | 11111 | 1011100 | 100100 | 101000 | 1010101 | 100011 |
Color Harmonies of #A4710D
Complementary color
Monochromatic Colors of #A4710D
Black with #A4710D
Text Example
Text Example
White with #A4710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4710D; }
p { color: rgb(164,113,13); }
H1.HeaderClassName
{
color: #A4710D;
}
.AnyTagClassName
{
color: #A4710D;
}
</style>
background-color css
<style>
a { background-color: #A4710D; }
a { background-color: rgb(164,113,13); }
div.DivClassName
{
background-color: #A4710D;
}
.BgClassName
{
background-color: #A4710D;
}
</style>
border-color css
<style>
span { border-color: #A4710D; }
span { border-color: rgb(164,113,13); }
td.TdClassName
{
border-color: #A4710D;
}
.TagClassName
{
border-color: #A4710D;
}
</style>