Shades of Golden Brown #A0611D
Tints of Golden Brown #A0611D
RGB
CMYK
RGB Variations
Color information
#A0611D (or 0xA0611D) is known color: Golden Brown. HEX triplet: A0, 61 and 1D. RGB value is (160,97,29). Sum of RGB (Red+Green+Blue) = 160+97+29=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A0611D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0611D is #5F9EE2. Grayscale: #6C6C6C. Windows color (decimal): -6266595 or 1925536. OLE color: 1925536.
HSL color Cylindrical-coordinate representation of color #A0611D: hue angle of 31.15º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0611D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 29 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.37 |
| HSL | 31.15º | 0.69% | 0.37% | - |
| HSV(B) | 31.15º | 0.82% | 0.63% | - |
| XYZ | 18.99 | 16.11 | 3.27 | - |
| YUV | 108.09 | 83.37 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 29 | 0 | 0.39 | 0.82 | 0.37 | 31.15 | 0.69 | 0.37 |
| Hex | A0 | 61 | 1D | 0 | 27 | 52 | 25 | 1F | 45 | 25 |
| Octal | 240 | 141 | 35 | 0 | 47 | 122 | 45 | 37 | 105 | 45 |
| Binary | 10100000 | 1100001 | 11101 | 0 | 100111 | 1010010 | 100101 | 11111 | 1000101 | 100101 |
Color Harmonies of #A0611D
Complementary color
Monochromatic Colors of #A0611D
Black with #A0611D
Text Example
Text Example
White with #A0611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0611D; }
p { color: rgb(160,97,29); }
H1.HeaderClassName
{
color: #A0611D;
}
.AnyTagClassName
{
color: #A0611D;
}
</style>
background-color css
<style>
a { background-color: #A0611D; }
a { background-color: rgb(160,97,29); }
div.DivClassName
{
background-color: #A0611D;
}
.BgClassName
{
background-color: #A0611D;
}
</style>
border-color css
<style>
span { border-color: #A0611D; }
span { border-color: rgb(160,97,29); }
td.TdClassName
{
border-color: #A0611D;
}
.TagClassName
{
border-color: #A0611D;
}
</style>