Shades of Golden Brown #A55705
Tints of Golden Brown #A55705
RGB
CMYK
RGB Variations
Color information
#A55705 (or 0xA55705) is known color: Golden Brown. HEX triplet: A5, 57 and 05. RGB value is (165,87,5). Sum of RGB (Red+Green+Blue) = 165+87+5=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A55705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55705 is #5AA8FA. Grayscale: #656565. Windows color (decimal): -5941499 or 350117. OLE color: 350117.
HSL color Cylindrical-coordinate representation of color #A55705: hue angle of 30.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A55705 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 87 | 5 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.35 |
| HSL | 30.75º | 0.94% | 0.33% | - |
| HSV(B) | 30.75º | 0.97% | 0.65% | - |
| XYZ | 18.95 | 14.83 | 2.01 | - |
| YUV | 100.97 | 73.84 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 5 | 0 | 0.47 | 0.97 | 0.35 | 30.75 | 0.94 | 0.33 |
| Hex | A5 | 57 | 5 | 0 | 2F | 61 | 23 | 1F | 5E | 21 |
| Octal | 245 | 127 | 5 | 0 | 57 | 141 | 43 | 37 | 136 | 41 |
| Binary | 10100101 | 1010111 | 101 | 0 | 101111 | 1100001 | 100011 | 11111 | 1011110 | 100001 |
Color Harmonies of #A55705
Complementary color
Monochromatic Colors of #A55705
Black with #A55705
Text Example
Text Example
White with #A55705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55705; }
p { color: rgb(165,87,5); }
H1.HeaderClassName
{
color: #A55705;
}
.AnyTagClassName
{
color: #A55705;
}
</style>
background-color css
<style>
a { background-color: #A55705; }
a { background-color: rgb(165,87,5); }
div.DivClassName
{
background-color: #A55705;
}
.BgClassName
{
background-color: #A55705;
}
</style>
border-color css
<style>
span { border-color: #A55705; }
span { border-color: rgb(165,87,5); }
td.TdClassName
{
border-color: #A55705;
}
.TagClassName
{
border-color: #A55705;
}
</style>