Shades of Golden Brown #A4701C
Tints of Golden Brown #A4701C
RGB
CMYK
RGB Variations
Color information
#A4701C (or 0xA4701C) is known color: Golden Brown. HEX triplet: A4, 70 and 1C. RGB value is (164,112,28). Sum of RGB (Red+Green+Blue) = 164+112+28=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A4701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4701C is #5B8FE3. Grayscale: #767676. Windows color (decimal): -6000612 or 1863844. OLE color: 1863844.
HSL color Cylindrical-coordinate representation of color #A4701C: hue angle of 37.06º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A4701C is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 28 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.36 |
| HSL | 37.06º | 0.71% | 0.38% | - |
| HSV(B) | 37.06º | 0.83% | 0.64% | - |
| XYZ | 21.31 | 19.56 | 3.75 | - |
| YUV | 117.97 | 77.23 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 28 | 0 | 0.32 | 0.83 | 0.36 | 37.06 | 0.71 | 0.38 |
| Hex | A4 | 70 | 1C | 0 | 20 | 53 | 24 | 25 | 47 | 26 |
| Octal | 244 | 160 | 34 | 0 | 40 | 123 | 44 | 45 | 107 | 46 |
| Binary | 10100100 | 1110000 | 11100 | 0 | 100000 | 1010011 | 100100 | 100101 | 1000111 | 100110 |
Color Harmonies of #A4701C
Complementary color
Monochromatic Colors of #A4701C
Black with #A4701C
Text Example
Text Example
White with #A4701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4701C; }
p { color: rgb(164,112,28); }
H1.HeaderClassName
{
color: #A4701C;
}
.AnyTagClassName
{
color: #A4701C;
}
</style>
background-color css
<style>
a { background-color: #A4701C; }
a { background-color: rgb(164,112,28); }
div.DivClassName
{
background-color: #A4701C;
}
.BgClassName
{
background-color: #A4701C;
}
</style>
border-color css
<style>
span { border-color: #A4701C; }
span { border-color: rgb(164,112,28); }
td.TdClassName
{
border-color: #A4701C;
}
.TagClassName
{
border-color: #A4701C;
}
</style>