Shades of Golden Brown #A3750E
Tints of Golden Brown #A3750E
RGB
CMYK
RGB Variations
Color information
#A3750E (or 0xA3750E) is known color: Golden Brown. HEX triplet: A3, 75 and 0E. RGB value is (163,117,14). Sum of RGB (Red+Green+Blue) = 163+117+14=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3750E is #5C8AF1. Grayscale: #777777. Windows color (decimal): -6064882 or 947619. OLE color: 947619.
HSL color Cylindrical-coordinate representation of color #A3750E: hue angle of 41.48º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3750E is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 117 | 14 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.36 |
| HSL | 41.48º | 0.84% | 0.35% | - |
| HSV(B) | 41.48º | 0.91% | 0.64% | - |
| XYZ | 21.54 | 20.54 | 3.24 | - |
| YUV | 119.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 14 | 0 | 0.28 | 0.91 | 0.36 | 41.48 | 0.84 | 0.35 |
| Hex | A3 | 75 | E | 0 | 1C | 5B | 24 | 29 | 54 | 23 |
| Octal | 243 | 165 | 16 | 0 | 34 | 133 | 44 | 51 | 124 | 43 |
| Binary | 10100011 | 1110101 | 1110 | 0 | 11100 | 1011011 | 100100 | 101001 | 1010100 | 100011 |
Color Harmonies of #A3750E
Complementary color
Monochromatic Colors of #A3750E
Black with #A3750E
Text Example
Text Example
White with #A3750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3750E; }
p { color: rgb(163,117,14); }
H1.HeaderClassName
{
color: #A3750E;
}
.AnyTagClassName
{
color: #A3750E;
}
</style>
background-color css
<style>
a { background-color: #A3750E; }
a { background-color: rgb(163,117,14); }
div.DivClassName
{
background-color: #A3750E;
}
.BgClassName
{
background-color: #A3750E;
}
</style>
border-color css
<style>
span { border-color: #A3750E; }
span { border-color: rgb(163,117,14); }
td.TdClassName
{
border-color: #A3750E;
}
.TagClassName
{
border-color: #A3750E;
}
</style>