Shades of Golden Brown #A35C0D
Tints of Golden Brown #A35C0D
RGB
CMYK
RGB Variations
Color information
#A35C0D (or 0xA35C0D) is known color: Golden Brown. HEX triplet: A3, 5C and 0D. RGB value is (163,92,13). Sum of RGB (Red+Green+Blue) = 163+92+13=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35C0D is #5CA3F2. Grayscale: #686868. Windows color (decimal): -6071283 or 875683. OLE color: 875683.
HSL color Cylindrical-coordinate representation of color #A35C0D: hue angle of 31.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A35C0D is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 92 | 13 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.36 |
| HSL | 31.6º | 0.85% | 0.35% | - |
| HSV(B) | 31.6º | 0.92% | 0.64% | - |
| XYZ | 19 | 15.47 | 2.37 | - |
| YUV | 104.22 | 76.52 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 13 | 0 | 0.44 | 0.92 | 0.36 | 31.6 | 0.85 | 0.35 |
| Hex | A3 | 5C | D | 0 | 2C | 5C | 24 | 20 | 55 | 23 |
| Octal | 243 | 134 | 15 | 0 | 54 | 134 | 44 | 40 | 125 | 43 |
| Binary | 10100011 | 1011100 | 1101 | 0 | 101100 | 1011100 | 100100 | 100000 | 1010101 | 100011 |
Color Harmonies of #A35C0D
Complementary color
Monochromatic Colors of #A35C0D
Black with #A35C0D
Text Example
Text Example
White with #A35C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35C0D; }
p { color: rgb(163,92,13); }
H1.HeaderClassName
{
color: #A35C0D;
}
.AnyTagClassName
{
color: #A35C0D;
}
</style>
background-color css
<style>
a { background-color: #A35C0D; }
a { background-color: rgb(163,92,13); }
div.DivClassName
{
background-color: #A35C0D;
}
.BgClassName
{
background-color: #A35C0D;
}
</style>
border-color css
<style>
span { border-color: #A35C0D; }
span { border-color: rgb(163,92,13); }
td.TdClassName
{
border-color: #A35C0D;
}
.TagClassName
{
border-color: #A35C0D;
}
</style>