Shades of Golden Brown #A4610C
Tints of Golden Brown #A4610C
RGB
CMYK
RGB Variations
Color information
#A4610C (or 0xA4610C) is known color: Golden Brown. HEX triplet: A4, 61 and 0C. RGB value is (164,97,12). Sum of RGB (Red+Green+Blue) = 164+97+12=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A4610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4610C is #5B9EF3. Grayscale: #6B6B6B. Windows color (decimal): -6004468 or 811428. OLE color: 811428.
HSL color Cylindrical-coordinate representation of color #A4610C: hue angle of 33.55º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4610C is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 97 | 12 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.36 |
| HSL | 33.55º | 0.86% | 0.35% | - |
| HSV(B) | 33.55º | 0.93% | 0.64% | - |
| XYZ | 19.65 | 16.47 | 2.49 | - |
| YUV | 107.34 | 74.2 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 12 | 0 | 0.41 | 0.93 | 0.36 | 33.55 | 0.86 | 0.35 |
| Hex | A4 | 61 | C | 0 | 29 | 5D | 24 | 22 | 56 | 23 |
| Octal | 244 | 141 | 14 | 0 | 51 | 135 | 44 | 42 | 126 | 43 |
| Binary | 10100100 | 1100001 | 1100 | 0 | 101001 | 1011101 | 100100 | 100010 | 1010110 | 100011 |
Color Harmonies of #A4610C
Complementary color
Monochromatic Colors of #A4610C
Black with #A4610C
Text Example
Text Example
White with #A4610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4610C; }
p { color: rgb(164,97,12); }
H1.HeaderClassName
{
color: #A4610C;
}
.AnyTagClassName
{
color: #A4610C;
}
</style>
background-color css
<style>
a { background-color: #A4610C; }
a { background-color: rgb(164,97,12); }
div.DivClassName
{
background-color: #A4610C;
}
.BgClassName
{
background-color: #A4610C;
}
</style>
border-color css
<style>
span { border-color: #A4610C; }
span { border-color: rgb(164,97,12); }
td.TdClassName
{
border-color: #A4610C;
}
.TagClassName
{
border-color: #A4610C;
}
</style>