Shades of Golden Brown #A5610B
Tints of Golden Brown #A5610B
RGB
CMYK
RGB Variations
Color information
#A5610B (or 0xA5610B) is known color: Golden Brown. HEX triplet: A5, 61 and 0B. RGB value is (165,97,11). Sum of RGB (Red+Green+Blue) = 165+97+11=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A5610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5610B is #5A9EF4. Grayscale: #6B6B6B. Windows color (decimal): -5938933 or 745893. OLE color: 745893.
HSL color Cylindrical-coordinate representation of color #A5610B: hue angle of 33.51º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5610B is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 97 | 11 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.35 |
| HSL | 33.51º | 0.88% | 0.35% | - |
| HSV(B) | 33.51º | 0.93% | 0.65% | - |
| XYZ | 19.85 | 16.57 | 2.47 | - |
| YUV | 107.53 | 73.53 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 97 | 11 | 0 | 0.41 | 0.93 | 0.35 | 33.51 | 0.88 | 0.35 |
| Hex | A5 | 61 | B | 0 | 29 | 5D | 23 | 22 | 58 | 23 |
| Octal | 245 | 141 | 13 | 0 | 51 | 135 | 43 | 42 | 130 | 43 |
| Binary | 10100101 | 1100001 | 1011 | 0 | 101001 | 1011101 | 100011 | 100010 | 1011000 | 100011 |
Color Harmonies of #A5610B
Complementary color
Monochromatic Colors of #A5610B
Black with #A5610B
Text Example
Text Example
White with #A5610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5610B; }
p { color: rgb(165,97,11); }
H1.HeaderClassName
{
color: #A5610B;
}
.AnyTagClassName
{
color: #A5610B;
}
</style>
background-color css
<style>
a { background-color: #A5610B; }
a { background-color: rgb(165,97,11); }
div.DivClassName
{
background-color: #A5610B;
}
.BgClassName
{
background-color: #A5610B;
}
</style>
border-color css
<style>
span { border-color: #A5610B; }
span { border-color: rgb(165,97,11); }
td.TdClassName
{
border-color: #A5610B;
}
.TagClassName
{
border-color: #A5610B;
}
</style>