Shades of Golden Brown #A15705
Tints of Golden Brown #A15705
RGB
CMYK
RGB Variations
Color information
#A15705 (or 0xA15705) is known color: Golden Brown. HEX triplet: A1, 57 and 05. RGB value is (161,87,5). Sum of RGB (Red+Green+Blue) = 161+87+5=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A15705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15705 is #5EA8FA. Grayscale: #646464. Windows color (decimal): -6203643 or 350113. OLE color: 350113.
HSL color Cylindrical-coordinate representation of color #A15705: hue angle of 31.54º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A15705 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 87 | 5 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.37 |
| HSL | 31.54º | 0.94% | 0.33% | - |
| HSV(B) | 31.54º | 0.97% | 0.63% | - |
| XYZ | 18.13 | 14.4 | 1.97 | - |
| YUV | 99.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 5 | 0 | 0.46 | 0.97 | 0.37 | 31.54 | 0.94 | 0.33 |
| Hex | A1 | 57 | 5 | 0 | 2E | 61 | 25 | 20 | 5E | 21 |
| Octal | 241 | 127 | 5 | 0 | 56 | 141 | 45 | 40 | 136 | 41 |
| Binary | 10100001 | 1010111 | 101 | 0 | 101110 | 1100001 | 100101 | 100000 | 1011110 | 100001 |
Color Harmonies of #A15705
Complementary color
Monochromatic Colors of #A15705
Black with #A15705
Text Example
Text Example
White with #A15705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15705; }
p { color: rgb(161,87,5); }
H1.HeaderClassName
{
color: #A15705;
}
.AnyTagClassName
{
color: #A15705;
}
</style>
background-color css
<style>
a { background-color: #A15705; }
a { background-color: rgb(161,87,5); }
div.DivClassName
{
background-color: #A15705;
}
.BgClassName
{
background-color: #A15705;
}
</style>
border-color css
<style>
span { border-color: #A15705; }
span { border-color: rgb(161,87,5); }
td.TdClassName
{
border-color: #A15705;
}
.TagClassName
{
border-color: #A15705;
}
</style>