Shades of Golden Brown #A5580A
Tints of Golden Brown #A5580A
RGB
CMYK
RGB Variations
Color information
#A5580A (or 0xA5580A) is known color: Golden Brown. HEX triplet: A5, 58 and 0A. RGB value is (165,88,10). Sum of RGB (Red+Green+Blue) = 165+88+10=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A5580A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5580A is #5AA7F5. Grayscale: #666666. Windows color (decimal): -5941238 or 678053. OLE color: 678053.
HSL color Cylindrical-coordinate representation of color #A5580A: hue angle of 30.19º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5580A is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 88 | 10 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.35 |
| HSL | 30.19º | 0.89% | 0.34% | - |
| HSV(B) | 30.19º | 0.94% | 0.65% | - |
| XYZ | 19.06 | 15 | 2.18 | - |
| YUV | 102.13 | 76.01 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 10 | 0 | 0.47 | 0.94 | 0.35 | 30.19 | 0.89 | 0.34 |
| Hex | A5 | 58 | A | 0 | 2F | 5E | 23 | 1E | 59 | 22 |
| Octal | 245 | 130 | 12 | 0 | 57 | 136 | 43 | 36 | 131 | 42 |
| Binary | 10100101 | 1011000 | 1010 | 0 | 101111 | 1011110 | 100011 | 11110 | 1011001 | 100010 |
Color Harmonies of #A5580A
Complementary color
Monochromatic Colors of #A5580A
Black with #A5580A
Text Example
Text Example
White with #A5580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5580A; }
p { color: rgb(165,88,10); }
H1.HeaderClassName
{
color: #A5580A;
}
.AnyTagClassName
{
color: #A5580A;
}
</style>
background-color css
<style>
a { background-color: #A5580A; }
a { background-color: rgb(165,88,10); }
div.DivClassName
{
background-color: #A5580A;
}
.BgClassName
{
background-color: #A5580A;
}
</style>
border-color css
<style>
span { border-color: #A5580A; }
span { border-color: rgb(165,88,10); }
td.TdClassName
{
border-color: #A5580A;
}
.TagClassName
{
border-color: #A5580A;
}
</style>