Shades of Golden Brown #A4631D
Tints of Golden Brown #A4631D
RGB
CMYK
RGB Variations
Color information
#A4631D (or 0xA4631D) is known color: Golden Brown. HEX triplet: A4, 63 and 1D. RGB value is (164,99,29). Sum of RGB (Red+Green+Blue) = 164+99+29=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A4631D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4631D is #5B9CE2. Grayscale: #6E6E6E. Windows color (decimal): -6003939 or 1926052. OLE color: 1926052.
HSL color Cylindrical-coordinate representation of color #A4631D: hue angle of 31.11º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4631D is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 29 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.36 |
| HSL | 31.11º | 0.7% | 0.38% | - |
| HSV(B) | 31.11º | 0.82% | 0.64% | - |
| XYZ | 19.99 | 16.9 | 3.37 | - |
| YUV | 110.46 | 82.03 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 29 | 0 | 0.40 | 0.82 | 0.36 | 31.11 | 0.7 | 0.38 |
| Hex | A4 | 63 | 1D | 0 | 28 | 52 | 24 | 1F | 46 | 26 |
| Octal | 244 | 143 | 35 | 0 | 50 | 122 | 44 | 37 | 106 | 46 |
| Binary | 10100100 | 1100011 | 11101 | 0 | 101000 | 1010010 | 100100 | 11111 | 1000110 | 100110 |
Color Harmonies of #A4631D
Complementary color
Monochromatic Colors of #A4631D
Black with #A4631D
Text Example
Text Example
White with #A4631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4631D; }
p { color: rgb(164,99,29); }
H1.HeaderClassName
{
color: #A4631D;
}
.AnyTagClassName
{
color: #A4631D;
}
</style>
background-color css
<style>
a { background-color: #A4631D; }
a { background-color: rgb(164,99,29); }
div.DivClassName
{
background-color: #A4631D;
}
.BgClassName
{
background-color: #A4631D;
}
</style>
border-color css
<style>
span { border-color: #A4631D; }
span { border-color: rgb(164,99,29); }
td.TdClassName
{
border-color: #A4631D;
}
.TagClassName
{
border-color: #A4631D;
}
</style>