Shades of Golden Brown #A5560D
Tints of Golden Brown #A5560D
RGB
CMYK
RGB Variations
Color information
#A5560D (or 0xA5560D) is known color: Golden Brown. HEX triplet: A5, 56 and 0D. RGB value is (165,86,13). Sum of RGB (Red+Green+Blue) = 165+86+13=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A5560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5560D is #5AA9F2. Grayscale: #656565. Windows color (decimal): -5941747 or 874149. OLE color: 874149.
HSL color Cylindrical-coordinate representation of color #A5560D: hue angle of 28.82º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5560D is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 86 | 13 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.35 |
| HSL | 28.82º | 0.85% | 0.35% | - |
| HSV(B) | 28.82º | 0.92% | 0.65% | - |
| XYZ | 18.92 | 14.68 | 2.22 | - |
| YUV | 101.3 | 78.17 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 13 | 0 | 0.48 | 0.92 | 0.35 | 28.82 | 0.85 | 0.35 |
| Hex | A5 | 56 | D | 0 | 30 | 5C | 23 | 1D | 55 | 23 |
| Octal | 245 | 126 | 15 | 0 | 60 | 134 | 43 | 35 | 125 | 43 |
| Binary | 10100101 | 1010110 | 1101 | 0 | 110000 | 1011100 | 100011 | 11101 | 1010101 | 100011 |
Color Harmonies of #A5560D
Complementary color
Monochromatic Colors of #A5560D
Black with #A5560D
Text Example
Text Example
White with #A5560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5560D; }
p { color: rgb(165,86,13); }
H1.HeaderClassName
{
color: #A5560D;
}
.AnyTagClassName
{
color: #A5560D;
}
</style>
background-color css
<style>
a { background-color: #A5560D; }
a { background-color: rgb(165,86,13); }
div.DivClassName
{
background-color: #A5560D;
}
.BgClassName
{
background-color: #A5560D;
}
</style>
border-color css
<style>
span { border-color: #A5560D; }
span { border-color: rgb(165,86,13); }
td.TdClassName
{
border-color: #A5560D;
}
.TagClassName
{
border-color: #A5560D;
}
</style>