Shades of Golden Brown #A4711B
Tints of Golden Brown #A4711B
RGB
CMYK
RGB Variations
Color information
#A4711B (or 0xA4711B) is known color: Golden Brown. HEX triplet: A4, 71 and 1B. RGB value is (164,113,27). Sum of RGB (Red+Green+Blue) = 164+113+27=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A4711B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4711B is #5B8EE4. Grayscale: #767676. Windows color (decimal): -6000357 or 1798564. OLE color: 1798564.
HSL color Cylindrical-coordinate representation of color #A4711B: hue angle of 37.66º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4711B is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 27 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.36 |
| HSL | 37.66º | 0.72% | 0.37% | - |
| HSV(B) | 37.66º | 0.84% | 0.64% | - |
| XYZ | 21.41 | 19.78 | 3.73 | - |
| YUV | 118.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 27 | 0 | 0.31 | 0.84 | 0.36 | 37.66 | 0.72 | 0.37 |
| Hex | A4 | 71 | 1B | 0 | 1F | 54 | 24 | 26 | 48 | 25 |
| Octal | 244 | 161 | 33 | 0 | 37 | 124 | 44 | 46 | 110 | 45 |
| Binary | 10100100 | 1110001 | 11011 | 0 | 11111 | 1010100 | 100100 | 100110 | 1001000 | 100101 |
Color Harmonies of #A4711B
Complementary color
Monochromatic Colors of #A4711B
Black with #A4711B
Text Example
Text Example
White with #A4711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4711B; }
p { color: rgb(164,113,27); }
H1.HeaderClassName
{
color: #A4711B;
}
.AnyTagClassName
{
color: #A4711B;
}
</style>
background-color css
<style>
a { background-color: #A4711B; }
a { background-color: rgb(164,113,27); }
div.DivClassName
{
background-color: #A4711B;
}
.BgClassName
{
background-color: #A4711B;
}
</style>
border-color css
<style>
span { border-color: #A4711B; }
span { border-color: rgb(164,113,27); }
td.TdClassName
{
border-color: #A4711B;
}
.TagClassName
{
border-color: #A4711B;
}
</style>