Shades of Golden Brown #A5580D
Tints of Golden Brown #A5580D
RGB
CMYK
RGB Variations
Color information
#A5580D (or 0xA5580D) is known color: Golden Brown. HEX triplet: A5, 58 and 0D. RGB value is (165,88,13). Sum of RGB (Red+Green+Blue) = 165+88+13=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A5580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5580D is #5AA7F2. Grayscale: #666666. Windows color (decimal): -5941235 or 874661. OLE color: 874661.
HSL color Cylindrical-coordinate representation of color #A5580D: hue angle of 29.61º 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 #A5580D is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 88 | 13 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.35 |
| HSL | 29.61º | 0.85% | 0.35% | - |
| HSV(B) | 29.61º | 0.92% | 0.65% | - |
| XYZ | 19.08 | 15.01 | 2.27 | - |
| YUV | 102.47 | 77.51 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 13 | 0 | 0.47 | 0.92 | 0.35 | 29.61 | 0.85 | 0.35 |
| Hex | A5 | 58 | D | 0 | 2F | 5C | 23 | 1E | 55 | 23 |
| Octal | 245 | 130 | 15 | 0 | 57 | 134 | 43 | 36 | 125 | 43 |
| Binary | 10100101 | 1011000 | 1101 | 0 | 101111 | 1011100 | 100011 | 11110 | 1010101 | 100011 |
Color Harmonies of #A5580D
Complementary color
Monochromatic Colors of #A5580D
Black with #A5580D
Text Example
Text Example
White with #A5580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5580D; }
p { color: rgb(165,88,13); }
H1.HeaderClassName
{
color: #A5580D;
}
.AnyTagClassName
{
color: #A5580D;
}
</style>
background-color css
<style>
a { background-color: #A5580D; }
a { background-color: rgb(165,88,13); }
div.DivClassName
{
background-color: #A5580D;
}
.BgClassName
{
background-color: #A5580D;
}
</style>
border-color css
<style>
span { border-color: #A5580D; }
span { border-color: rgb(165,88,13); }
td.TdClassName
{
border-color: #A5580D;
}
.TagClassName
{
border-color: #A5580D;
}
</style>