Shades of Golden Brown #A1630B
Tints of Golden Brown #A1630B
RGB
CMYK
RGB Variations
Color information
#A1630B (or 0xA1630B) is known color: Golden Brown. HEX triplet: A1, 63 and 0B. RGB value is (161,99,11). Sum of RGB (Red+Green+Blue) = 161+99+11=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A1630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1630B is #5E9CF4. Grayscale: #6B6B6B. Windows color (decimal): -6200565 or 746401. OLE color: 746401.
HSL color Cylindrical-coordinate representation of color #A1630B: hue angle of 35.2º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1630B is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 11 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.37 |
| HSL | 35.2º | 0.87% | 0.34% | - |
| HSV(B) | 35.2º | 0.93% | 0.63% | - |
| XYZ | 19.22 | 16.52 | 2.49 | - |
| YUV | 107.51 | 73.54 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 11 | 0 | 0.39 | 0.93 | 0.37 | 35.2 | 0.87 | 0.34 |
| Hex | A1 | 63 | B | 0 | 27 | 5D | 25 | 23 | 57 | 22 |
| Octal | 241 | 143 | 13 | 0 | 47 | 135 | 45 | 43 | 127 | 42 |
| Binary | 10100001 | 1100011 | 1011 | 0 | 100111 | 1011101 | 100101 | 100011 | 1010111 | 100010 |
Color Harmonies of #A1630B
Complementary color
Monochromatic Colors of #A1630B
Black with #A1630B
Text Example
Text Example
White with #A1630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1630B; }
p { color: rgb(161,99,11); }
H1.HeaderClassName
{
color: #A1630B;
}
.AnyTagClassName
{
color: #A1630B;
}
</style>
background-color css
<style>
a { background-color: #A1630B; }
a { background-color: rgb(161,99,11); }
div.DivClassName
{
background-color: #A1630B;
}
.BgClassName
{
background-color: #A1630B;
}
</style>
border-color css
<style>
span { border-color: #A1630B; }
span { border-color: rgb(161,99,11); }
td.TdClassName
{
border-color: #A1630B;
}
.TagClassName
{
border-color: #A1630B;
}
</style>