Shades of Golden Brown #A1630A
Tints of Golden Brown #A1630A
RGB
CMYK
RGB Variations
Color information
#A1630A (or 0xA1630A) is known color: Golden Brown. HEX triplet: A1, 63 and 0A. RGB value is (161,99,10). Sum of RGB (Red+Green+Blue) = 161+99+10=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1630A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1630A is #5E9CF5. Grayscale: #6B6B6B. Windows color (decimal): -6200566 or 680865. OLE color: 680865.
HSL color Cylindrical-coordinate representation of color #A1630A: hue angle of 35.36º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1630A is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 10 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.37 |
| HSL | 35.36º | 0.88% | 0.34% | - |
| HSV(B) | 35.36º | 0.94% | 0.63% | - |
| XYZ | 19.21 | 16.52 | 2.46 | - |
| YUV | 107.39 | 73.04 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 10 | 0 | 0.39 | 0.94 | 0.37 | 35.36 | 0.88 | 0.34 |
| Hex | A1 | 63 | A | 0 | 27 | 5E | 25 | 23 | 58 | 22 |
| Octal | 241 | 143 | 12 | 0 | 47 | 136 | 45 | 43 | 130 | 42 |
| Binary | 10100001 | 1100011 | 1010 | 0 | 100111 | 1011110 | 100101 | 100011 | 1011000 | 100010 |
Color Harmonies of #A1630A
Complementary color
Monochromatic Colors of #A1630A
Black with #A1630A
Text Example
Text Example
White with #A1630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1630A; }
p { color: rgb(161,99,10); }
H1.HeaderClassName
{
color: #A1630A;
}
.AnyTagClassName
{
color: #A1630A;
}
</style>
background-color css
<style>
a { background-color: #A1630A; }
a { background-color: rgb(161,99,10); }
div.DivClassName
{
background-color: #A1630A;
}
.BgClassName
{
background-color: #A1630A;
}
</style>
border-color css
<style>
span { border-color: #A1630A; }
span { border-color: rgb(161,99,10); }
td.TdClassName
{
border-color: #A1630A;
}
.TagClassName
{
border-color: #A1630A;
}
</style>