Shades of Golden Brown #A0641B
Tints of Golden Brown #A0641B
RGB
CMYK
RGB Variations
Color information
#A0641B (or 0xA0641B) is known color: Golden Brown. HEX triplet: A0, 64 and 1B. RGB value is (160,100,27). Sum of RGB (Red+Green+Blue) = 160+100+27=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0641B is #5F9BE4. Grayscale: #6D6D6D. Windows color (decimal): -6265829 or 1795232. OLE color: 1795232.
HSL color Cylindrical-coordinate representation of color #A0641B: hue angle of 32.93º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0641B is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 27 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.37 |
| HSL | 32.93º | 0.71% | 0.37% | - |
| HSV(B) | 32.93º | 0.83% | 0.63% | - |
| XYZ | 19.25 | 16.67 | 3.24 | - |
| YUV | 109.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 27 | 0 | 0.38 | 0.83 | 0.37 | 32.93 | 0.71 | 0.37 |
| Hex | A0 | 64 | 1B | 0 | 26 | 53 | 25 | 21 | 47 | 25 |
| Octal | 240 | 144 | 33 | 0 | 46 | 123 | 45 | 41 | 107 | 45 |
| Binary | 10100000 | 1100100 | 11011 | 0 | 100110 | 1010011 | 100101 | 100001 | 1000111 | 100101 |
Color Harmonies of #A0641B
Complementary color
Monochromatic Colors of #A0641B
Black with #A0641B
Text Example
Text Example
White with #A0641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0641B; }
p { color: rgb(160,100,27); }
H1.HeaderClassName
{
color: #A0641B;
}
.AnyTagClassName
{
color: #A0641B;
}
</style>
background-color css
<style>
a { background-color: #A0641B; }
a { background-color: rgb(160,100,27); }
div.DivClassName
{
background-color: #A0641B;
}
.BgClassName
{
background-color: #A0641B;
}
</style>
border-color css
<style>
span { border-color: #A0641B; }
span { border-color: rgb(160,100,27); }
td.TdClassName
{
border-color: #A0641B;
}
.TagClassName
{
border-color: #A0641B;
}
</style>