Shades of Golden Brown #A46314
Tints of Golden Brown #A46314
RGB
CMYK
RGB Variations
Color information
#A46314 (or 0xA46314) is known color: Golden Brown. HEX triplet: A4, 63 and 14. RGB value is (164,99,20). Sum of RGB (Red+Green+Blue) = 164+99+20=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A46314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46314 is #5B9CEB. Grayscale: #6D6D6D. Windows color (decimal): -6003948 or 1336228. OLE color: 1336228.
HSL color Cylindrical-coordinate representation of color #A46314: hue angle of 32.92º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A46314 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 20 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.36 |
| HSL | 32.92º | 0.78% | 0.36% | - |
| HSV(B) | 32.92º | 0.88% | 0.64% | - |
| XYZ | 19.9 | 16.87 | 2.87 | - |
| YUV | 109.43 | 77.53 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 20 | 0 | 0.40 | 0.88 | 0.36 | 32.92 | 0.78 | 0.36 |
| Hex | A4 | 63 | 14 | 0 | 28 | 58 | 24 | 21 | 4E | 24 |
| Octal | 244 | 143 | 24 | 0 | 50 | 130 | 44 | 41 | 116 | 44 |
| Binary | 10100100 | 1100011 | 10100 | 0 | 101000 | 1011000 | 100100 | 100001 | 1001110 | 100100 |
Color Harmonies of #A46314
Complementary color
Monochromatic Colors of #A46314
Black with #A46314
Text Example
Text Example
White with #A46314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46314; }
p { color: rgb(164,99,20); }
H1.HeaderClassName
{
color: #A46314;
}
.AnyTagClassName
{
color: #A46314;
}
</style>
background-color css
<style>
a { background-color: #A46314; }
a { background-color: rgb(164,99,20); }
div.DivClassName
{
background-color: #A46314;
}
.BgClassName
{
background-color: #A46314;
}
</style>
border-color css
<style>
span { border-color: #A46314; }
span { border-color: rgb(164,99,20); }
td.TdClassName
{
border-color: #A46314;
}
.TagClassName
{
border-color: #A46314;
}
</style>