Shades of Golden Brown #A3630C
Tints of Golden Brown #A3630C
RGB
CMYK
RGB Variations
Color information
#A3630C (or 0xA3630C) is known color: Golden Brown. HEX triplet: A3, 63 and 0C. RGB value is (163,99,12). Sum of RGB (Red+Green+Blue) = 163+99+12=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3630C is #5C9CF3. Grayscale: #6C6C6C. Windows color (decimal): -6069492 or 811939. OLE color: 811939.
HSL color Cylindrical-coordinate representation of color #A3630C: hue angle of 34.57º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3630C is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 99 | 12 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.36 |
| HSL | 34.57º | 0.86% | 0.34% | - |
| HSV(B) | 34.57º | 0.93% | 0.64% | - |
| XYZ | 19.63 | 16.74 | 2.54 | - |
| YUV | 108.22 | 73.7 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 12 | 0 | 0.39 | 0.93 | 0.36 | 34.57 | 0.86 | 0.34 |
| Hex | A3 | 63 | C | 0 | 27 | 5D | 24 | 23 | 56 | 22 |
| Octal | 243 | 143 | 14 | 0 | 47 | 135 | 44 | 43 | 126 | 42 |
| Binary | 10100011 | 1100011 | 1100 | 0 | 100111 | 1011101 | 100100 | 100011 | 1010110 | 100010 |
Color Harmonies of #A3630C
Complementary color
Monochromatic Colors of #A3630C
Black with #A3630C
Text Example
Text Example
White with #A3630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3630C; }
p { color: rgb(163,99,12); }
H1.HeaderClassName
{
color: #A3630C;
}
.AnyTagClassName
{
color: #A3630C;
}
</style>
background-color css
<style>
a { background-color: #A3630C; }
a { background-color: rgb(163,99,12); }
div.DivClassName
{
background-color: #A3630C;
}
.BgClassName
{
background-color: #A3630C;
}
</style>
border-color css
<style>
span { border-color: #A3630C; }
span { border-color: rgb(163,99,12); }
td.TdClassName
{
border-color: #A3630C;
}
.TagClassName
{
border-color: #A3630C;
}
</style>